Jump to content
  • 0

pomoc Chyby pawno


Porkyn

Dotaz

Nazdarek.

Pls potreboval bych radu furt mi haze pawno chybu a nevim co s tim

zde jsou chyby:

crazy74.pwn(8916) : error 017: undefined symbol "GetVehicleDamageStatus"

crazy74.pwn(8918) : error 017: undefined symbol "UpdateVehicleDamageStatus"

crazy74.pwn(8915) : warning 204: symbol is assigned a value that is never used: "carid"

crazy74.pwn(8917) : warning 204: symbol is assigned a value that is never used: "tires"

crazy74.pwn(8914) : warning 203: symbol is never used: "lights"

crazy74.pwn(8914) : warning 203: symbol is never used: "doors"

crazy74.pwn(8914) : warning 203: symbol is never used: "panels"

crazy74.pwn(14527) : error 017: undefined symbol "GetPlayerCameraPos"

crazy74.pwn(14528) : error 017: undefined symbol "GetPlayerCameraFrontVector"

je to mod od daffyho a tomu to jde normalne prevest tak nevim kde je chyba.

Prosim poradte! Zkousel jsem stahnout i jiny pawno,vlozil jsem tam include

Dikys

Link to comment
Share on other sites

3 odpovědí na tuto otázku

Recommended Posts

  • 0

8914 new panels, doors, lights, tires;

8915 new carid = GetPlayerVehicleID(playerid);

8916 GetVehicleDamageStatus(carid, panels, doors, lights, tires);

8917 tires = encode_tires(1, 1, 1, 1);

8918 UpdateVehicleDamageStatus(carid, panels, doors, lights, tires);

14507 GetPlayerCameraPos(playerid, x[0], y[0], z);

14508 GetPlayerCameraFrontVector(playerid, x[1], y[1], z);

Na techto mam chybu

Link to comment
Share on other sites

  • 0
8914 new panels, doors, lights, tires;

8915 new carid = GetPlayerVehicleID(playerid);

8916 GetVehicleDamageStatus(carid, panels, doors, lights, tires);

8917 tires = encode_tires(1, 1, 1, 1);

8918 UpdateVehicleDamageStatus(carid, panels, doors, lights, tires);

14507 GetPlayerCameraPos(playerid, x[0], y[0], z);

14508 GetPlayerCameraFrontVector(playerid, x[1], y[1], z);

Na techto mam chybu

 

Hod mi do SZ ICQ/SKYPE..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...