27.09.2010, 14:02
Hey again, I need help with my script, here it is:
Here I can spawn all vehicles (i'm not going to add all command). But, I want disable some vehicles:
425
430
432
441
447
449
464
465
476
501
520
537
538
564
569
570
577
590
592
594
Here are the "forbidden" vehicle IDs for my server. Can you help and disable it? I know how to make it, but it's too much and it's too hard to make for me (when I am adding, IDK what am I doing).
Код:
if(vehicle < 400 || vehicle > 611) return SendClientMessage(playerid, red, "ERROR: Invalid vehicle model or you cannot spawn this vehicle!");
425
430
432
441
447
449
464
465
476
501
520
537
538
564
569
570
577
590
592
594
Here are the "forbidden" vehicle IDs for my server. Can you help and disable it? I know how to make it, but it's too much and it's too hard to make for me (when I am adding, IDK what am I doing).