10.08.2011, 19:56
pawn Код:
if(strcmp(cmdtext, "/comando", true) == 0)
{
GivePlayerWeapon(playerid, 46, 1); // Setando 1 Paraquedas.
SetPlayerPos(playerid, X, Y, Z) // Coordenadas.
SetPlayerInterior(playerid, 0); // Interior ( RUA ? bote 0 )
return true;
}