12.01.2012, 22:30
eu nгo aconselho a utilizar '256' cells 

pawn Код:
#include <a_samp>
#define COR 0x15151502
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/ls", cmdtext, true, 10) == 0)
{
new NP[MAX_PLAYER_NAME], str[80];
SetVehiclePos(GetPlayerVehicleID(playerid),1074.2808,1243.2609,10.8275);
SetPlayerPos(playerid,1074.2808,1243.2609,10.8275);
GetPlayerName(playerid, NP, MAX_PLAYER_NAME);
format(string, sizeof(string), "%s Foi Para ***", NP);
SendClientMessageToAll(COR, string);
return 1;
}
return 0;
}

