Added:
- std\utils::disableGlobalPlayerCollision();
- std\utils::getType(arg);

First function prevents player collision (used for: codjumper, zombots, surf...)

Second function retrieves the type of an argument: std\utils::getType("test") == "STRING" (the function for for EVERY type)