22.11.2009, 18:00
Hello here is my script
How to make it work ?
Код:
if(GetPlayerVirtualWorld(playerid) != 2)
{
if (PlayerToPoint(3.0, playerid,2305.688964,-16.088100,26.749599))
{
GameTextForPlayer(playerid, "~w~ZOMG!", 5000, 1);
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
SetPlayerVirtualWorld(playerid, 0);
SetPlayerPos(playerid,981.6595,-1161.3964,25.0962);
}
}

