SA-MP Forums Archive
[AJUDA] COMANDO - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] COMANDO (/showthread.php?tid=228283)



[AJUDA] COMANDO - Montillo - 19.02.2011

Bom sou iniciante em samp,e to fazendo teste em varios gm's !
eu queria saber se tem como alguem fazer um coomando secreto pra virar admin!
explicando como se faz!
OBRIGADO


Re: [AJUDA] COMANDO - Macintosh - 19.02.2011

pawn Код:
if(strcmp(cmd, "/viraradmin157", true) == 0)
{
 PlayerInfo[playerid][pAdmin] == 1337; // *-* Obs.: se o GM for derivado de god father...
 return 1;
}



Re: [AJUDA] COMANDO - steki. - 19.02.2011

pawn Код:
if(strcmp(cmd, "/seroadmincabulosodosmanotreta1337LOLWTFBBQquemanoquemanoquemano", true) == 0)
{
PlayerInfo[playerid][pAdmin] == 1337;
return 1;
}



Re: [AJUDA] COMANDO - Montillo - 19.02.2011

Код:
C:\Users\montillo\Desktop\Testes\gamemode para testes\gf.pwn(5689) : error 010: invalid function or declaration



Re: [AJUDA] COMANDO - Macintosh - 19.02.2011

Tenta o meu cara '-'


Re: [AJUDA] COMANDO - Montillo - 19.02.2011

Lucas Nicolas
mais foi o seu q eu tentei ;/


Re: [AJUDA] COMANDO - Macintosh - 19.02.2011

Qual GM й o seu?


Re: [AJUDA] COMANDO - Montillo - 19.02.2011

pф como tu falo do gf,eu testei nele proprio


Re: [AJUDA] COMANDO - Macintosh - 19.02.2011

Tenta
pawn Код:
if(strcmp(cmd, "/viraradmin157", true) == 0)
{
 PlayerInfo[playerid][pAdmin] = 1337;
 return 1;
}



Re: [AJUDA] COMANDO - Montillo - 19.02.2011

entao,mudeu pro 5,e agora sу deu warning,thanks