18.02.2014, 17:36
No we were talking about IsPlayerConnected(playerid) at the beginning.If a player has to send a command he has to be connected.
Code:
CMD:pm(playerid, params[]) { if(IsPlayerConnected(playerid)) // This line