Problem random
#1

Hello all
I want to have a random with that
PHP код:
new VehicleCarJack = {
461463468521522523581586,448462,471,439480533555,402411415429451475477494496502503506541558559565587589602603,
412534535536566567575576
}; 
I had do this but no work
PHP код:
    new idx random(sizeof(VehicleCarJack)); 
Thks for help
Reply
#2

Should be
pawn Код:
new VehicleCarJack[] = {
and then for modelid
pawn Код:
new idx = VehicleCarJack[random(sizeof(VehicleCarJack))];
or index
pawn Код:
new idx = random(sizeof(VehicleCarJack));
Reply
#3

Thks work !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)