Make Random Characters with Prize
#1

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 ...
Reply
#2

Try this http://pastebin.com/5f0pjpWB
NOTE: not mine
Reply
#3

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 ?!
Reply
#4

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 ?
Reply
#5

thanks all
+Rep ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)