SA-MP Forums Archive
Leveling up system needed! - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Leveling up system needed! (/showthread.php?tid=152213)



Leveling up system needed! - FabianoC - 03.06.2010

Here's my need:

I currently have a leveling up system on my server wich depends on /buylevel (Including updgrade points, street reputation and all that mess)

I am in big need of a level up system that just depends on hours, is there anyone who can tell me what that will change, to the full script. IF it matters, and if it ruins other things in the stats.

And IF someone is available, and willing to script this simple part for me, please perform it and reply on this thread.

Thanks.


e; if there is a code needed, announce me.


Re: Leveling up system needed! - Lynn - 03.06.2010

Post in scripting request thread.


Re: Leveling up system needed! - -Rebel Son- - 03.06.2010

Quote:
Originally Posted by Captain Bubbles
Post in scripting request thread.
your no help.

OnTopic.

its simple, make a function.
Код:
forward levelup(playerid);
public levelup(playerid)
{
//add ur stuff here
}
then set a timer
Код:
SetTimer("levelup",6000,true);
add the timer to onGameModeInIt (also this timer is only set for 1 minute)

have fun!


Re: Leveling up system needed! - Lynn - 03.06.2010

I am no help, because this is not the section for that.
I also suggest using PVars
instead of timers.


Re: Leveling up system needed! - -Rebel Son- - 03.06.2010

That made no sence!
this is the spot for help.

and you cant force time with a pvar. think before you post.


Re: Leveling up system needed! - Lynn - 03.06.2010

This is HELP with current work(Which he has not posted)
this is for Requests.
Script Request Thread #4
Think, before you post (:


Re: Leveling up system needed! - -Rebel Son- - 03.06.2010

He hasnt posted it, but he has it. hes asking if it would change what he's doing.


Re: Leveling up system needed! - Lynn - 03.06.2010

Quote:

IF someone is available, and willing to script this simple part for me

That is asking a request, not what will change.


Re: Leveling up system needed! - -Rebel Son- - 03.06.2010

Quote:

s there anyone who can tell me what that will change, to the full script. IF it matters, and if it ruins other things in the stats.

^_^


Re: Leveling up system needed! - Lynn - 03.06.2010

He still wants something coded for him