Need some help
#3

pawn Код:
if (!IsLeaderOnline(ID)) return SendClientMessage(playerid,COLOR_RED,"The leader of this organization is currently offline!");
Try replacing it with this one.
pawn Код:
if (!IsPlayerConnected(ID)) return SendClientMessage(playerid,COLOR_RED,"The leader of this organization is currently offline!");
Reply


Messages In This Thread
Need some help - by IceBilizard - 15.09.2012, 05:08
Re: Need some help - by clarencecuzz - 15.09.2012, 05:34
Re: Need some help - by CoDeZ - 15.09.2012, 05:35

Forum Jump:


Users browsing this thread: 1 Guest(s)