Help with Command ....
#2

I think it is the
pawn Код:
if(IsPlayerConnected(jugadorid)) return 1;
line. You forgot to add a ! in front of the IsPlayerConnected function. What it does now is when the given player IS online, it stops the function. You can fix it by using
pawn Код:
if(!IsPlayerConnected(jugadorid)) return 1;
If you want to know more about the IF statement, you can check out the information on the wiki.
Reply


Messages In This Thread
Help with Command .... - by OTACON - 29.09.2012, 19:33
Re: Help with Command .... - by Wanted1900 - 29.09.2012, 19:41

Forum Jump:


Users browsing this thread: 1 Guest(s)