SA-MP Forums Archive
Transfender cars - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Transfender cars (/showthread.php?tid=480320)



Transfender cars - Urukhay - 10.12.2013

give me all the transfender cars ID (array)


Re: Transfender cars - SickAttack - 10.12.2013

Here you go:

Код:
new array[][68] = {
{400},
{401},
{402},
{404},
{405},
{409},
{410},
{411},
{415},
{418},
{419},
{420},
{421},
{422},
{424},
{426},
{429},
{436},
{438},
{439},
{442},
{445},
{451},
{458},
{466},
{467},
{474},
{475},
{477},
{478},
{479},
{480},
{489},
{491},
{492},
{496},
{500},
{505},
{506},
{507},
{516},
{517},
{518},
{526},
{527},
{529},
{533},
{540},
{541},
{542},
{545},
{546},
{547},
{549},
{550},
{551},
{555},
{575},
{579},
{580},
{585},
{587},
{589},
{600},
{602},
{603}
};
There are more proper ways to ask for stuff. Hope its useful.