Jump to content
  • 0

Id Trailere


LuciaN

Question

3 answers to this question

Recommended Posts


if(strcmp(cmdtext,"/trailere",true)==0
{
new string[256];
for(new i;i<MAX_VEHICLES;i++)
{
new model=GetVehicleModel(i);
if(model==435||model==450||model==591||model==584)format(string,256,"%s,%d",string,i);
}
new string2[256];
format(string2,256,"Trailele:%s",string);
return 1;
}


Cred ca va merge
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.