Little bug in my commands
#5

It's because your Jailed, Cage and such kind of variables are set to 1. Try setting them to 0 under OnPlayerConnect.
pawn Код:
public OnPlayerConnect(playerid)
{
 IsJailed[playerid] = 0;
 IsFreezed[playerid] = 0;
 IsCaged[playerid] = 0;
 IsMinigame[playerid] = 0;
 //Reset your player variables always, then LOAD if registered:
 return 1;
}
Reply


Messages In This Thread
Little bug in my commands - by mickos - 22.05.2013, 16:20
Re: Little bug in my commands - by Abhishek. - 22.05.2013, 17:03
Re: Little bug in my commands - by mickos - 22.05.2013, 17:05
Re: Little bug in my commands - by Abhishek. - 22.05.2013, 17:10
Re: Little bug in my commands - by Lordzy - 22.05.2013, 17:22
Re: Little bug in my commands - by Abhishek. - 22.05.2013, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)