SetPlayerWanterLevel? - 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: SetPlayerWanterLevel? (
/showthread.php?tid=126832)
SetPlayerWanterLevel? -
ScottCFR - 10.02.2010
So i am making a RP server moatly because i have no life. But to give someone a wanted level when they type a command i do SetPlayerWantedLevel(playerid,+1) Correct?
Re: SetPlayerWanterLevel? -
Rzzr - 10.02.2010
SetPlayerWantedLevel(playerid,GetPlayerWantedLevel (playerid)+1);
Will work
Re: SetPlayerWanterLevel? -
ScottCFR - 10.02.2010
thanks, Also would you know why my password hash changes if i open a userfile to make them admin.... The hash changes and i have to reset the account.
Re: SetPlayerWanterLevel? -
Torran - 10.02.2010
Normally caused by using a editor with different decoding or w/e,
For example: If i have a users file, I use my hosts editor, The hash changes,
If i use the default Windows notepad to edit it, All is fine
Re: SetPlayerWanterLevel? -
ScottCFR - 10.02.2010
Well i have a dedicated server in my computer room because my dad hosts games for console. Mine is set up there but i use Wordpad to open it.... I use seif's admin thing
Re: SetPlayerWanterLevel? -
Torran - 10.02.2010
Try using Notepad
Re: SetPlayerWanterLevel? -
ScottCFR - 10.02.2010
Cool, I'll try that.... Thx for all the help
Re: SetPlayerWanterLevel? -
ScottCFR - 10.02.2010
It still changes....
Re: SetPlayerWanterLevel? -
Torran - 10.02.2010
Dont know then, Maybe something in your SeifAdmin script is causing it, I had it a moment ago, I just edited something and it fixed it
Re: SetPlayerWanterLevel? -
Sergei - 10.02.2010
Use PSPad. I have been using it for years, no problems at all.