13.11.2009, 16:35
i put now the number 1 in my code but why doesn't working yet?
Код:
if (strcmp(cmdtext, "/duel 1", true) == 0) { SetPlayerVirtualWorld(playerid, 1); if(IsPlayerInAnyVehicle(playerid)) //If they are in a vehicle SetVehicleVirtualWorld(GetPlayerVehicleID(playerid), 1); //Take the vehicle with them return 1; }