12.08.2011, 19:20
Pqp, nгo sabe fazer um simples comando de teleporte?
Se te ajudei, me da reput ae
pawn Код:
if (strcmp("/irest", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 736.41,502.3898,1371.977);
SendClientMessage(playerid, -1, "Vocк veio atй o estacionamento!''");
new string[64];
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "[SERVIDOR]: %s foi para o estacionamento.", pName);
SendClientMessageToAll(0x008000AA, string);
return 1;
}