[Help]Simple House System by Antroix Car Angle - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help]Simple House System by Antroix Car Angle (
/showthread.php?tid=170954)
[Help]Simple House System by Antroix Car Angle -
eDz0r - 24.08.2010
I want to add car angle an i'm not a genius in scriping but i do
This and it gave me
Код:
D:\Edy\GTA San Andreas\Servere\New Sa-Mp Server\gamemodes\new_gm.pwn(451) : warning 213: tag mismatch
D:\Edy\GTA San Andreas\Servere\New Sa-Mp Server\gamemodes\new_gm.pwn(462) : warning 213: tag mismatch
D:\Edy\GTA San Andreas\Servere\New Sa-Mp Server\gamemodes\new_gm.pwn(484) : warning 213: tag mismatch
D:\Edy\GTA San Andreas\Servere\New Sa-Mp Server\gamemodes\new_gm.pwn(437) : warning 203: symbol is never used: "Angle"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Warnings.
Advise Thanks
P.S Soryy My Bad Englis I Am Romanian
Re: [Help]Simple House System by Antroix Car Angle -
Maxips2 - 24.08.2010
Can you show me lines 451, 462, 484 and 437?
Re: [Help]Simple House System by Antroix Car Angle -
eDz0r - 25.08.2010
Quote:
Originally Posted by Maxips2
Can you show me lines 451, 462, 484 and 437?
|
Line 451
Код:
cInfo[houseid][angle] = angle;
]
Line 462
Код:
cInfo[houseid][HouseCar] = CreateVehicle(cInfo[houseid][CarModel], Carx, Cary, Carz, angle, color1, color2, respawn_delay);
Line 484
Код:
cInfo[houseid][HouseCar] = CreateVehicle(cInfo[houseid][CarModel], Carx, Cary, Carz, angle, color1, color2, respawn_delay);
Line 437
Код:
AddHouseCar(houseid, modelid, Float:Carx, Float:Cary, Float:Carz, Float:Angle, color1, color2, respawn_delay)
sorry my late it was very late when i post, and i go to sleep
Re: [Help]Simple House System by Antroix Car Angle -
playbox12 - 25.08.2010
Can you post the complete, function please.
Re: [Help]Simple House System by Antroix Car Angle -
eDz0r - 25.08.2010
Quote:
Originally Posted by playbox12
Can you post the complete, function please.
|
all code for you
http://pastebin.com/UJ5hFP69
Re: [Help]Simple House System by Antroix Car Angle -
eDz0r - 26.08.2010
someone?
Re: [Help]Simple House System by Antroix Car Angle -
lvlaid - 26.06.2011
ey,did u fixed it?
having same problem,cant add float angle at Createvehicle line without tag mismatch alert