SA-MP Forums Archive
paycheck's , payday's bug's help me - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: paycheck's , payday's bug's help me (/showthread.php?tid=399965)



paycheck's , payday's bug's help me - yaron0600 - 16.12.2012

Hey I try to do : /payday , and on server that's unknown cmd , Also there's no paycheck's ... Somone can tell me what to do ?


Код:
CMD:payday(playerid, params[])
{
	if (PlayerInfo[playerid][pAdmin] >= 6)
	{
		PayDay();
	}
	return 1;
}