[HELP] About the AddStaticVehivcle please
#7

Quote:
Originally Posted by BMUK
Use this to quickly find out how much vehicle models you have.

The limit is 127 models

pawn Код:
if(strcmp(cmd, "/models", true) == 0) { // By Beckzyboi
new mt[212], hm, str[45];
for (new v = 1; v <= 700; v ++)
if (GetVehicleModel(v)) mt[GetVehicleModel(v)-400] ++;
for (new et2; et2 < sizeof(mt); et2 ++) if (mt[et2]) hm ++;
format(str, 45, "Server has %d Vehicle Models! (Limit: 127)", hm);
SendClientMessage(playerid,COLOR_WHITE, str);
return true;
}
Oh, very thanks ^^
Reply


Messages In This Thread
[HELP] About the AddStaticVehivcle please - by ERO - 22.06.2009, 19:48
Re: [HELP] About the AddStaticVehivcle please - by ERO - 22.06.2009, 19:55
Re: [HELP] About the AddStaticVehivcle please - by Correlli - 22.06.2009, 19:56
Re: [HELP] About the AddStaticVehivcle please - by ERO - 22.06.2009, 20:02
Re: [HELP] About the AddStaticVehivcle please - by BMUK - 22.06.2009, 20:08
Re: [HELP] About the AddStaticVehivcle please - by Correlli - 22.06.2009, 20:31
Re: [HELP] About the AddStaticVehivcle please - by ERO - 22.06.2009, 20:37

Forum Jump:


Users browsing this thread: 2 Guest(s)