19.10.2013, 14:50
This is the problem why your code won't work.
Wrong
Right
EDIT:Look at Konstantino First and to fix the IsPlayerConnected Problem, look at this one.
Wrong
pawn Код:
if( !IsPlayerConnected(playerid) ) return 0;
pawn Код:
if( !IsPlayerConnected(playerid) ) return 1; //or if( !IsPlayerConnected(playerid) ) continue;