help me good sripters
#1

Hello all
i have a script signcheck , the script is from horizon roleplay but i want to make a signcheck in my server like LSRP with automatic signcheck

PHP код:
CMD:signcheck(playeridparams[])
{
    if(
PayCheckCode[playerid] == 0) return SendClientMessage(playeridCOLOR_WHITE"There is no paycheck to sign. Please wait for the next paycheck.");
     new 
string[128];
    
format(stringsizeof(string), "Check code: %d\n\nEnter your check code to receive your paycheck:"PayCheckCode[playerid]);
    
ShowPlayerDialogEx(playeridSIGNCHECKDIALOG_STYLE_INPUT"Sign check"string"Sign check","Cancel");
    return 
1;

This is my code, i want to make automatic for e.x when you are afk to get the money not to do /signcheck and nuimbers

Please help me & sorry for my english

_repp if u help me
Reply


Messages In This Thread
help me good sripters - by Rafaeloo - 09.04.2016, 16:06
Re: help me good sripters - by BarFix - 09.04.2016, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)