if is player alredy registred he can do that again
#2

-If you want to make it custom for players to check connection of players,just use a variable like;

pawn Код:
new isplayerconnected[MAX_PLAYERS];
Put it into your OnPlayerConnect(playerid) callback.
pawn Код:
isplayerconnected[playerid] = 1;
Commands,publics etc..

pawn Код:
if(isplayerconnected[playerid] == 0) return SendClientMessage(playerid,-1,"ERROR: You haven't connected to server, properly..");
Reply


Messages In This Thread
if is player alredy registred he can do that again - by Deny1 - 23.07.2015, 17:34
Re: if is player alredy registred he can do that again - by trablon - 23.07.2015, 17:52
Re: if is player alredy registred he can do that again - by KingHual - 23.07.2015, 18:03
Re: if is player alredy registred he can do that again - by Stanford - 23.07.2015, 18:06
Re: if is player alredy registred he can do that again - by Deny1 - 23.07.2015, 20:46

Forum Jump:


Users browsing this thread: 3 Guest(s)