How can i do random ...
#1

Hello, how can i already do that if the player types
/play that he get random cash..
Reply
#2

https://sampwiki.blast.hk/wiki/GivePlayerMoney
https://sampwiki.blast.hk/wiki/Random
Reply
#3

and if u want minimal amount and max:
pawn Код:
stock random2(min,max){
new x = max-min;
x = random(x);
x+=min;
return x;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)