15.11.2016, 16:48
Hello,how can i make a /getgift with random prizes? so you type /getgift and you get one of the following for example: 500k money,1 level up,etc...
any tips?ty in advance
any tips?ty in advance
switch(random(3))
{
case 0: ...
case 1: ...
case 2: ...
}