Posts: 548
Threads: 72
Joined: Nov 2009
Reputation:
0
Hey, id like to try creatin an admin FS with levels, but i dunno how to create levels n stuff. can someone teach me how to create level, and so when we do like /sl <id> <lvl> it sets player to that lvl and saves it to a doc, at playerconnect it reads that doc and sees if he is admin, if yes the level. then if a cmd is done checks if player is level, err, 4, if yes kickplayerid, else banplayerid. thanks in advance, thats if ur willin to help me in this..
Posts: 569
Threads: 170
Joined: Apr 2009
Reputation:
0
Lol.
PS: Look at a admin filterscript.
Posts: 548
Threads: 72
Joined: Nov 2009
Reputation:
0
i did. i seen pinfo and enums n stuff!!
Posts: 569
Threads: 170
Joined: Apr 2009
Reputation:
0
And? You gotta understand all that "stuff" in order to make a admin system. (Or just use a FS)
Posts: 548
Threads: 72
Joined: Nov 2009
Reputation:
0
i need someone to teach me understandin those things xD
Posts: 111
Threads: 30
Joined: Nov 2009
Reputation:
0
****** translator? Your English is terrible, For levels the easiest way to do them is like "new level[MAX_PLAYERS]", Then you can assign a number to the variable for example:
"level[playerid] = 10;"
Then the if statment:
"if(level[playerid] == 10) return SendClientMessage(playerid, red, "You are level 10!");"