Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
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?
Posts: 657
Threads: 33
Joined: Aug 2007
Reputation:
0
SetPlayerWantedLevel(playerid,GetPlayerWantedLevel (playerid)+1);
Will work
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
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.
Posts: 1,782
Threads: 306
Joined: Jan 2010
Reputation:
0
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
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
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
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
Cool, I'll try that.... Thx for all the help
Posts: 1,782
Threads: 306
Joined: Jan 2010
Reputation:
0
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
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
Use PSPad. I have been using it for years, no problems at all.