[Ajuda] Comando q so eu possa usar
#1

Quero Saber Como Cria um script q so eu | Junior_TheDM , Pode Usar Esse CMD
Reply
#2

/q

brinks, exemplo com zcmd:

Код:
CMD:money(playerid)
{
new name[24]; GetPlayerName(playerid, name, 24); if(!strcmp(name, "Junior_TheDM")) return GivePlayerMoney(playerid, 10000); return 0;
}
Reply
#3

PRA ADC MNAIS 1 PESSOA FICA ASSIM
Quote:

if(!strcmp(name, "Junior_TheDM") || "Junior_TheDM2"));

Reply
#4

Quote:
Originally Posted by JuniorTheDM
Посмотреть сообщение
PRA ADC MNAIS 1 PESSOA FICA ASSIM
PHP код:
if(!strcmp(name"Junior_TheDM") || !strcmp(name"Junior_TheDM2")) 
Reply
#5

Quote:
Originally Posted by JuniorTheDM
Посмотреть сообщение
PRA ADC MNAIS 1 PESSOA FICA ASSIM
Logicamente nгo, nгo se usa ponto e vнrgula numa condiзгo.

PHP код:
if(!strcmp(name"Junior_TheDM") || !strcmp(name"Junior_TheDM2")) {
    

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)