24.07.2010, 22:55
To clarify, this: i use it like this
And if i shouldnt put them under OnPlayerCommandText, i put them where?
pawn Код:
CMD:respawnallcars(playerid, params[])
{
if(IsPlayerConnected(playerid))
{
//REST OF CMD
return 1;
}