Script Request (EXP/Level system) - 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: Script Request (EXP/Level system) (
/showthread.php?tid=239335)
Script Request (EXP/Level system) -
leingod - 13.03.2011
hey guys, can you help me create a exp/level script?
if i kill 1 player i will got an random exp, exam : 34, 58, 96, 127.
then when my exp done up to 1000. i can /levelup so my level can change from 1 to 2, etc
the score only can change same as the level!
please help me make this exp script.
sorry before for my bad english
Re: Script Request (EXP/Level system) -
noobre - 13.03.2011
search is a good option to help you (;
, -
leingod - 13.03.2011
;,;',
Re: Script Request (EXP/Level system) -
leingod - 13.03.2011
Quote:
Originally Posted by Pedronobre
search is a good option to help you (;
|
i have search this script in this forum, ****** as same to, it can't help me
Re: Script Request (EXP/Level system) -
noobre - 13.03.2011
I think if you concentrate better, you will find.
just calm down and search.
Re: Script Request (EXP/Level system) -
leingod - 13.03.2011
am too tired to searching, well i just found there is nothing.
yes i found an EXP/Level system but its not my desire.
Re: Script Request (EXP/Level system) -
Roomeo - 13.03.2011
Try Find it In This Forums Got It i had saw it
Re: Script Request (EXP/Level system) -
ricardo178 - 13.03.2011
For just levelup when kill someone, just add under OnPlayerDeath
pawn Код:
SetPlayerScore(killerid, GetPlayerScore(killerid)+1);
Re: Script Request (EXP/Level system) -
leingod - 13.03.2011
Quote:
Originally Posted by ricardo178
For just levelup when kill someone, just add under OnPlayerDeath
pawn Код:
SetPlayerScore(killerid, GetPlayerScore(killerid)+1);
|
i know .. but , the exp and the level how
Re: Script Request (EXP/Level system) -
Raz0r1000 - 13.03.2011
Script it yourself...