String - 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: String (
/showthread.php?tid=407859)
String -
erorche - 15.01.2013
How to create an next level string in playerinfo ?
Re: String -
Infinity90 - 15.01.2013
Explain what you mean...String using what ?
Re: String -
erorche - 15.01.2013
Like this
When the Player is 1 Level to have a string
pawn Код:
If(playerinfo[playerid][pLevel] == 1)
{
PlayerInfo[playerid][pNextLevel] == 500;
return 1;
}
etc