Guyssee this mhmhmh -
CroxL - 16.01.2014
Hello Guys i have problem...so i decided to change base of fbi .. i change pickups and everything ... but i want now cars and i decide t ochange there coordinates
Код:
fbicar[0] = AddStaticVehicleEx(497,-2424.00000000,536.59997559,30.29999924,180.00000000,-1,-1,300);
fbicar[1] = AddStaticVehicleEx(490,-2429.10009766,514.79998779,30.20000076,218.00000000,-1,-1,300);
fbicar[2] = AddStaticVehicleEx(490,-2425.30004883,518.00000000,30.20000076,222.00000000,-1,-1,300);
fbicar[3] = AddStaticVehicleEx(490,-2421.69995117,521.40002441,30.20000076,225.99523926,-1,-1,300);
fbicar[4] = AddStaticVehicleEx(490,-2418.80004883,524.70001221,30.20000076,229.99426270,-1,-1,300);
fbicar[5] = AddStaticVehicleEx(490,-2416.60009766,528.29998779,30.20000076,237.99328613,-1,-1,300);
fbicar[6] = AddStaticVehicleEx(490,-2414.80004883,531.90002441,30.20000076,247.99133301,-1,-1,300);
fbicar[7] = AddStaticVehicleEx(490,-2413.69995117,535.79998779,30.20000076,257.99133301,-1,-1,300);
fbicar[8] = AddStaticVehicleEx(490,-2413.30004883,539.90002441,30.20000076,269.98645020,-1,-1,300);
and when im changing everything without vehicles id .. and im getting 1 warning .. plz help
Код:
C:\Documents and Settings\Holly-\Desktop\Nigh\gamemodes\NightGame.pwn(59134) : warning 202: number of arguments does not match definition
Thanks
Re: Guyssee this mhmhmh -
Blademaster680 - 16.01.2014
Were are you defining "fbicar"?
Re: Guyssee this mhmhmh -
CroxL - 16.01.2014
its already defined ..
Re: Guyssee this mhmhmh -
ProjectMan - 16.01.2014
What is line 59134?
Re: Guyssee this mhmhmh -
amirab - 16.01.2014
PHP код:
CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay)
use this

why you're using AddStaticVehicleEx ?
Re: Guyssee this mhmhmh -
CroxL - 17.01.2014
Quote:
Originally Posted by ProjectMan
What is line 59134?
|
59134 is that line which you will change if i change second line i got error on 59135 and ...
Re: Guyssee this mhmhmh -
M3HR4N - 17.01.2014
Quote:
Originally Posted by amirab
PHP код:
CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay)
use this  why you're using AddStaticVehicleEx ? 
|
AddStaticVehicleEx will descrease the lags.
Re: Guyssee this mhmhmh -
CroxL - 17.01.2014
guys help it doenst work i made ..new fbinewcar everything new aboout and im getting again some warning :@
Re: Guyssee this mhmhmh -
Blademaster680 - 17.01.2014
Can you please show me the "new fbicar"