03.10.2012, 15:39
I'm not sure what you really mean. If this is not your answer. Well kindly explained it a little bit more clear.
pawn Код:
CMD:aa(playerid, params[])
{
SetPlayerPos(playerid, 380.5123,2544.0908,21.0001);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
new string[128], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, sizeof(string), " %s has Teleported to Abandoned Airport (/aa)",pName);
SendClientMessageToAll(COLOR_WHITE, string);
return 1;
}