#1

I created a command and it looks like this
Код:
CMD:signcheck(playerid, params[])
{
		if(JustReported[playerid] > 0)
		{
			SendClientMessageEx(playerid, COLOR_GREY, "Wait 1 hour to sign again!");
			return 1;
		}
		JustReported[playerid]=3600;
		GivePlayerCash(playerid, 50000);
		SendClientMessageEx(playerid, COLOR_WHITE, "You have successfully signed your check.");
	return 1;
}
But when im relogging then i can do it again without waiting again...
Reply


Messages In This Thread
Bug - by CodyAlzack - 03.07.2014, 07:18
Re: Bug - by Need4samp - 03.07.2014, 07:23
Re: Bug - by CodyAlzack - 03.07.2014, 07:27
Re: Bug - by greentarch - 03.07.2014, 07:28
Re: Bug - by CodyAlzack - 03.07.2014, 07:54
Re: Bug - by greentarch - 03.07.2014, 08:02
Re: Bug - by CodyAlzack - 03.07.2014, 08:30

Forum Jump:


Users browsing this thread: 1 Guest(s)