09.11.2008, 01:41
Hey I want to make a /signcheck on payday so if your AFK you don't just get money.
it would look something like:
new checknumber = 1000 + random(8999);
new CheckNumber[playerid] = checknumber
new CheckNumber[MAX_PLAYERS];
That's all I know what to do atm. Ive searched and nothing is found with the signcheck.
It would have something to do with the
Public PayDay();
Thanks
it would look something like:
new checknumber = 1000 + random(8999);
new CheckNumber[playerid] = checknumber
new CheckNumber[MAX_PLAYERS];
That's all I know what to do atm. Ive searched and nothing is found with the signcheck.
It would have something to do with the
Public PayDay();
Thanks