Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
Addition to the bank robbery i scripted i want now to know how to make the prizes, after timer of 15 minutes over while robbery the robber will be recieved.
i know that i need to use random but how do i make a specific values of money to recieve?
i want the random prices will be:
250k or 500k or 1mil or 2mil
I hope you understand me :/
Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
Why 250k is stable? i need random prices of GivePlayerMoney of 250k, 500k, 1mil, 2mil
Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
Skimmer there are 2 errors in your code
[cide]C:\Users\Mor\Desktop\CGRP v1.1 (TollGate System Completed)\filterscripts\bankrobbery.pwn(9) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Mor\Desktop\CGRP v1.1 (TollGate System Completed)\filterscripts\bankrobbery.pwn(14) : error 010: invalid function or declaration[/code]
line 9:
new robAmount[] // Top of the script
{ (line 9 here)
line 14:
};
Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
errors and more errors!!! fuck that shit
EiresJason - can you try help me? only 4 exactly values for GivePlayerMoney after timer of 15 minutes - amounts of 250k, 500k, 1mil and 2mil.
and not numbers like "You robbed from the bank 1842145$!" i want it with zeroes only! 250,000 500,000 1,000,000 2,000,0000