18.07.2014, 04:10
Quote:
|
Oh, GameText still doesn't show up :S And for some reason, whenever I use /exit, SERVER: Unknown command comes up, even if I do exit it.
|
pawn Код:
CMD:exit(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 5, 246.40,110.84,1003.22)) //PD
{
SetPlayerPos(playerid, 1554.7246,-1675.5688,16.1953);
SetPlayerInterior(playerid, 0);
}
else if(IsPlayerInRangeOfPoint(playerid, 5, 2315.952880,-1.618174,26.742187)) //BANK
{
SetPlayerPos(playerid, 1455.1255,-1010.9031,26.8438);
SetPlayerInterior(playerid, 0);
}
return 1; // You needed this.
}


