yes, but you can always record the honk
or you can bind a key to "horn" that set's the vehicle emergency lights off (setVehicleEmergencyLights), it should also set sound off
Very simple
function iif(a,b,c)
if a then
return b
else return c
end
end
then
spawnCars(iif(players<4, 2, iif(players>4 and players<8, 6, iif(players>8, 10, 10))))
Idea: code.google.com
Make a project, get TortoiseSVN, Use SVN subversion ofc and put your current progress on there
Examples: Handling Editor and Blood Derby
*Sorry for double posts but this is an announcement*
Source code updated, now this will actually work when using in a server, however it is not using any vehicle creation methods yet!