17.02.2011, 13:43
I need help guys please tell me please please what random(5000); man i need to know so for i maker rob commands for los santos cops robber my one! thanks all!
Код:
new zrand = random(5000);
if(zrand >=0 && zrand <=1000) {
SendClientMessage(playerid, 0xA9A9A9AA, "|_Robbery Failed_|");
SendClientMessage(playerid,COLOR_ERROR,"Your attempt to Grotti has failed");
UsedAutoRecently[playerid] += 120;
return 1;
}

