13.08.2013, 00:30
tenta apenas assim
pawn Код:
if(strcmp(cmdtext, "/jetpack", true) == 0)
{
if(pAdmin[playerid] > 1)
{
SetPlayerSpecialAction(playerid, 2);
SendClientMessage(playerid, COLOR_GREEN,"(SERVER) Jetpack criado");
}
return 1;
}