SA-MP Forums Archive
Starting Level - 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)
+--- Thread: Starting Level (/showthread.php?tid=375542)



Starting Level - AwP_sTyLE - 07.09.2012

Hi!
Can you tell me please where can i find the place where i can set the starting level..
I find this in OnPlayerConnect:
Код:
PlayerInfo[playerid][pLevel] = 3;
=>Here i put 1(i want to make starting level 1) but it doesn't work!

I think there is somewhere else something to change it.

ThankS!


Re: Starting Level - zT KiNgKoNg - 07.09.2012

put INI_WriteInt(File," here ",0); // put the name of the playerinfo where here is so for mine it would be Faction Leader eg. INI_Int("Faction Leader",PlayerInfo[playerid][pLeader]); so replace here with Level or what it says at the down


Re: Starting Level - AwP_sTyLE - 07.09.2012

Quote:
Originally Posted by Ultra-Gaming
Посмотреть сообщение
put INI_WriteInt(File," here ",0); // put the name of the playerinfo where here is so for mine it would be Faction Leader eg. INI_Int("Faction Leader",PlayerInfo[playerid][pLeader]); so replace here with Level or what it says at the down
Thanks but to do what you say i have to define it ...and i think there is something else .So finnaly i reached the line that i need and succsesfully changed the starting level!Thanks.