12.11.2009, 00:03
this is my code
ok but why in game when i type "/duel 1" doesn't send me in that virtual world?
Код:
if (strcmp(cmdtext, "/duel 1", true) == 0)
{
SetPlayerVirtualWorld(playerid, 0);
if(IsPlayerInAnyVehicle(playerid)) //If they are in a vehicle
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid), 0); //Take the vehicle with them
return 1;
}

