25.10.2013, 20:29
I have some offcommands and when I type some of that command I want if then a player online then it print me somme message that can't check if the player online if you know what I mean. Thanks
if(!IsPlayerConnected(playerid))
I have some offcommands and when I type some of that command I want if then a player online then it print me somme message that can't check if the player online if you know what I mean. Thanks
|
new pID; //or change pID to what you are using if(!IsPlayerConnected(pID)) return SendClientMessage(playerid, white, "Invalid PlayerID or the PlayerID is not online");