30.12.2009, 16:06
Hi all,
here I am (again) to ask you guys something. Check this out:
As you can see, it's a VERY SIMPLE text script. Notice that there're NO if(!IsPlayerAdmin(playerid) in this. Even with this code, I log in and type /animacoes (or /anim) and I got this:
Then I tought, well, there must be some commands f*cking the whole script, I better take one by one out (with /* */) to test it. No results, than I just did /* */ on ALL commands that had the previous sentence (Vocк nгo estб logado como um Admin RCON!) and guess what - I received THE SAME MESSAGE, even not been officially in the script (as I did /* */)
I'm kinda pissed of here, so if anybody wants to help me, I guess I'll be very grateful.
Regards,
CaZeaJe~
here I am (again) to ask you guys something. Check this out:
pawn Код:
if(strcmp(cmdtext,"/animacoes", true) == 0 || strcmp(cmdtext,"/anim", true) == 0) {
SendClientMessage(playerid, COR_ROXO, "|___________________________| ANIMAЗХES |_________________________|");
SendClientMessage(playerid, COR_VERMELHO, "> /fp - Fumar (na parede), /cigarro - Acender um cigarro");
SendClientMessage(playerid, COR_VERMELHO, "> /beber - Beber de uma Garrafa");
SendClientMessage(playerid, COR_ROXO, "|_________________________________________________________________|");
return 1;
}
Quote:
Vocк nгo estб logado como um Admin RCON! (portuguese) - or - You're not logged in as an RCON Admin! (english) |
I'm kinda pissed of here, so if anybody wants to help me, I guess I'll be very grateful.
Regards,
CaZeaJe~