Make Random Characters with Prize - 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: Make Random Characters with Prize (
/showthread.php?tid=453087)
Make Random Characters with Prize -
rouzbeh - 23.07.2013
I need a script to Send random 8 characters with a price.
for Example : rT65Au8L and when a player type that so earn a money.

thanks ...
Re: Make Random Characters with Prize -
nor15 - 23.07.2013
Try this
http://pastebin.com/5f0pjpWB
NOTE: not mine
Re: Make Random Characters with Prize -
morocco - 23.07.2013
Ok !
make this
pawn Код:
new Price[] = { 4077, 4123, 6321/*Here your money , You can change this price (4077, 4123, 6321)*/};
How to sand this money
Here :
pawn Код:
new rand = random(sizeof(Heroin));
GivePlayerMoney(playerid, Heroin[rand]);
Ok ?!
Re: Make Random Characters with Prize -
PrinceKumar - 23.07.2013
Can i get to know that i m right or not : you want that if player type these 8 words such as : exampler in chat then he recived money as a prize ?
Re: Make Random Characters with Prize -
rouzbeh - 23.07.2013
thanks all
+Rep ...