24.04.2013, 22:55
Are you oblivious to everything posted above? You're calling on params in a callback (which, as mentioned before does not have any).
As for fixing your problem, simply use if(IsPlayerConnected(playerid)) instead of the line above. You did it right when checking if the player was disconnected. I'm guessing this code is not yours.
As for fixing your problem, simply use if(IsPlayerConnected(playerid)) instead of the line above. You did it right when checking if the player was disconnected. I'm guessing this code is not yours.


