10.12.2018, 03:27
Quote:
Й como o ipsLuan disse, se estб inglкs traduza, pesquise coisas relacionadas aqui no fуrum tambйm, com certeza irб achar uma base, nгo fique criando post pra tudo, se ao menos nem tentou. Estude o cуdigo pelo menos...
PHP код:
|
PHP код:
if(strcmp(cmdtext, "/jetpack", true) == 0)
{
if(PlayerInfo[playerid][pVIP] >= 2)
{
new name[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "O %s pegou jetpack", name);
SendClientMessageToAll(-1, string);
return true;
}
SetPlayerSpecialAction(playerid, 2);
SendClientMessage(playerid, COR_ADMIN, "[BENEFICIARIO]: vOCК PEGOU JETPACK");
SendClientMessage(playerid, COR_ADMIN, "ACESSE NOSSO /FORUM");
SendClientMessage(playerid, COLOR_YELLOW, "[Erro]: VOCE NГO Й BENEFICIARIO VIP");
SendClientMessage(playerid, COLOR_YELLOW, "[Erro]: Acesse NOSSO /FORUM !!");
}
return 1;
}