AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Level/rank help (https://forums.alliedmods.net/showthread.php?t=128617)

PWA 06-03-2010 06:27

Level/rank help
 
PHP Code:

public mojshit(id)
{
    if (
PlayerLevel[id] == 1)
    {
    (
PlayerClass[id] = "Begginer");
    }
    
    return 
PLUGIN_CONTINUE


this is the code, but, when i compile, i got errors.. :|
help me, I want, when i get 1lvl i got that class, example
Level 1,Class Begginer. how to do that?

mettyou 06-03-2010 06:32

Re: Level/rank help
 
(PlayerClass[id] = "Begginer");

what is that ?

PlayerClass[id] = "Begginer";

try?

PWA 06-03-2010 07:00

Re: Level/rank help
 
nop, error :/
Somethink ells?
That --> that is when you reach level 1, its sets PlayerClass to Begginer. x)

Bugsy 06-03-2010 08:37

Re: Level/rank help
 
http://forums.alliedmods.net/showpos...63&postcount=5

PWA 06-03-2010 13:47

Re: Level/rank help
 
i dont need like that, see in that topic where did you post that ;)

Bugsy 06-03-2010 16:37

Re: Level/rank help
 
Actually it is, you just may not understand it.


All times are GMT -4. The time now is 05:24.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.