26.01.2009, 13:58
Thanks guys
This should work even if you have a vehicle streamer or defined vehicles like
or if you spawn more vehicles once ingame as long as you don't go over the sa-mp limits.
As everytime you use /vcount you erase the current totals and recount all the vehicles that are currently on your server.
This should work even if you have a vehicle streamer or defined vehicles like
pawn Код:
RaceVeh1 = AddStaticVehicle(blah,blah....) ;
RaceVeh1 = CreateVehicle(blah,blah....) ;
As everytime you use /vcount you erase the current totals and recount all the vehicles that are currently on your server.