31.07.2009, 17:15
That's good , buy i don't undestand what's in it
, so i cannot modify it.
I succed to make something , but how do i make OnPlayerUpdate , and OnPlayerLogin , to give the variabiles the valours from .ini account ?![Sad](images/smilies/sad.gif)
I need someting like PlayerInfo[playerid][AdminLevel] .
I will realy apreciate if anyone help me
.
So far i tryed
But it doesn't work
.
![Sad](images/smilies/sad.gif)
I succed to make something , but how do i make OnPlayerUpdate , and OnPlayerLogin , to give the variabiles the valours from .ini account ?
![Sad](images/smilies/sad.gif)
I need someting like PlayerInfo[playerid][AdminLevel] .
I will realy apreciate if anyone help me
![Smiley](images/smilies/smile.png)
So far i tryed
Код:
if( strcmp( key , "AdminLevel" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][AdminLevel] = strval( val );}
![Sad](images/smilies/sad.gif)