04.06.2011, 11:53
That's why /gotopos in 0Admin ftw!
btw
btw
pawn Code:
if(strcmp(cmdtext,"/gtaiv",true)==0)
{
SetPlayerPos(playerid,7051.7119,1104.4792,14.3088);
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "TELE: %s has gone to Liberty City of GTA IV(/gtaiv)", pName);
SendClientMessageToAll(COLOR_YELLOW, string);
return 1;
}



