12.04.2011, 16:54
ok so i made a /robbery and u can rob the store but how do i make it so if its being robbed no1 else can rob it at the same time? ty
//top of your script
new
bool:robbing = false;
//into the /robbery command
if(robbing == false) {
robbing = true;
//into the script wich gives the money out at the end of the robbery
robbing = false;