SA-MP Forums Archive
[REQUEST] Script Paycheck for raise level - 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: [REQUEST] Script Paycheck for raise level (/showthread.php?tid=495866)



[REQUEST] Script Paycheck for raise level - kurniarocki - 19.02.2014

anyone have script paycheck for raise level player


Re: [REQUEST] Script Paycheck for raise level - Bingo - 19.02.2014

Elaborate your request please, I can't understand you.


Re: [REQUEST] Script Paycheck for raise level - kurniarocki - 19.02.2014

raise level system


Re: [REQUEST] Script Paycheck for raise level - Bingo - 19.02.2014

Quote:
Originally Posted by kurniarocki
Посмотреть сообщение
raise level system
Level system for players?
*Newbie
*Hitman
*Don?


Re: [REQUEST] Script Paycheck for raise level - FilesMAker - 19.02.2014

We can't understand you, please explain more


Re: [REQUEST] Script Paycheck for raise level - kurniarocki - 19.02.2014

system like paydays


Re: [REQUEST] Script Paycheck for raise level - Bingo - 19.02.2014

Ah! I think i understood you.

You mean payday? Players should get money in specific period of time?
Listen
Код:
 PaydayTimer[playerid] = SetTimerEx("OnPlayerPayday", 60 * 1000, true, "d", playerid);
Look for 'SetTimerEx' on the wiki if you are unsure about it. Then just create the public*OnPlayerPayday*and do everything what is needed there. Note that this public is called every minute ( 60 000 milliseconds = 60 seconds).I will not script a PayDay system for you, nobody will I think. You are supposed to ask here when you get stuck or anything, but not request scripts. Look at existing Roleplay Gamemodes and see how this was solved there or just try it with something easier than a Roleplay script.******


Re: [REQUEST] Script Paycheck for raise level - Raza2013 - 19.02.2014

explain clearly man


Re: [REQUEST] Script Paycheck for raise level - Bingo - 19.02.2014

kurniarocki, Editted.
Read what i said
Or
if you need filterscript then better search, I found nearly 5,6.

Good luck.