28.12.2014, 05:55
This is my code
Pickup icon it's not work in SetPlayerVirtualWorld(playerid, 2); i dont know how to use it
Sorry if you dont understand
newbie english
Код:
CreateDynamicPickup(1239, 23, 2308.8760,-2.4888,26.7422, 0, -1, -1, 50);
if(IsPlayerInRangeOfPoint(playerid, 2.0, 595.5443,-1250.3405,18.2836)) {
SetPlayerPos(playerid, 2306.8481,-16.0682,26.7496);
SetPlayerVirtualWorld(playerid, 2);
}
else if(IsPlayerInRangeOfPoint(playerid, 2.0, 2306.8481,-16.0682,26.7496)) {
SetPlayerPos(playerid, 595.5443,-1250.3405,18.2836);
SetPlayerVirtualWorld(playerid, 0);
}
Sorry if you dont understand
newbie english

