URGENT HELP, NOT LOGGED = KICK
#3

This is the problem why your code won't work.

Wrong
pawn Код:
if( !IsPlayerConnected(playerid) ) return 0;
Right
pawn Код:
if( !IsPlayerConnected(playerid) ) return 1; //or if( !IsPlayerConnected(playerid) ) continue;
EDIT:Look at Konstantino First and to fix the IsPlayerConnected Problem, look at this one.
Reply


Messages In This Thread
URGENT HELP, NOT LOGGED = KICK - by Alex_Obando - 19.10.2013, 14:45
Re: URGENT HELP, NOT LOGGED = KICK - by Konstantinos - 19.10.2013, 14:50
Re: URGENT HELP, NOT LOGGED = KICK - by Patrick - 19.10.2013, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)