25.09.2012, 21:31
Cara tu boto dentro da public OnPlayerCommandText '-'.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/jetpack", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pVIP] >= 3) return SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}[BPH]: {FFFFFF}Vocк nгo й Socio");
SetPlayerSpecialAction(playerid, 2);
SendClientMessage(playerid, 0xFF00FFFF, "Sуcio seu Jetpack foi criado com sucesso.");
return 1;
}
return 0;
}