if(strcmp(cmdtext,"/voem") ? (true) : (false)){ for(new i; i<MAX_PLAYERS; i++){ new Float: x, Float: y, Float: z; GetPlayerPos(i, x, y, z); SetPlayerPos(i, x, y, z + 100); break; } return 1; }