Zombies Mode [Class Selection] - 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: Zombies Mode [Class Selection] (
/showthread.php?tid=548178)
Zombies Mode [Class Selection] -
s0ZNIz - 28.11.2014
Solved
Re : Zombies Mode [Class Selection] -
med01 - 28.11.2014
What you mean?
Re: Zombies Mode [Class Selection] -
PowerPC603 - 28.11.2014
if (PlayerData[playerid][Experience] >= 200000
strcat(string,"{00EE00}Advanced Stomper - 150 HP , Stomps humans away - 200000 XP\n");
else
strcat(string,"{FF3333}Advanced Stomper - 150 HP , Stomps humans away - 200000 XP\n");
Something like this?