SA-MP Forums Archive
Pawn Error - 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)
+--- Thread: Pawn Error (/showthread.php?tid=423148)



Pawn Error - Geeboi_Mehdi - 16.03.2013

pawn Код:
C:\Users\Mehdi\Desktop\The Life of Flying\gamemodes\PH.pwn(6504) : error 017: undefined symbol "distance"
C:\Users\Mehdi\Desktop\The Life of Flying\gamemodes\PH.pwn(6504) : warning 215: expression has no effect
C:\Users\Mehdi\Desktop\The Life of Flying\gamemodes\PH.pwn(6504) : error 001: expected token: ";", but found ")"
C:\Users\Mehdi\Desktop\The Life of Flying\gamemodes\PH.pwn(6504) : error 029: invalid expression, assumed zero
C:\Users\Mehdi\Desktop\The Life of Flying\gamemodes\PH.pwn(6504) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
here is the line
Line 6504
pawn Код:
CreateDynamicObject(3113,-2337.26001000,2559.60839800,23.08219000,0.00000000,285.56760819,185.86120620, .distance = 10000.0); //object(carrier_door_sfse)(1)



Re: Pawn Error - Patrick - 16.03.2013

you forgot to remove the distance parameters of CreateDynamicObject

here you go
pawn Код:
CreateDynamicObject(3113,-2337.26001000,2559.60839800,23.08219000,0.00000000,285.56760819,185.86120620, 1000.0);



Re: Pawn Error - Geeboi_Mehdi - 16.03.2013

still giving my errors
pawn Код:
C:\Users\Daoud\Desktop\The Life of Flying\gamemodes\PH.pwn(6504) : warning 213: tag mismatch
C:\Users\Daoud\Desktop\The Life of Flying\gamemodes\PH.pwn(6505) : error 017: undefined symbol "distance"
C:\Users\Daoud\Desktop\The Life of Flying\gamemodes\PH.pwn(6505) : warning 215: expression has no effect
C:\Users\Daoud\Desktop\The Life of Flying\gamemodes\PH.pwn(6505) : error 001: expected token: ";", but found ")"
C:\Users\Daoud\Desktop\The Life of Flying\gamemodes\PH.pwn(6505) : error 029: invalid expression, assumed zero
C:\Users\Daoud\Desktop\The Life of Flying\gamemodes\PH.pwn(6505) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.



Re: Pawn Error - Patrick - 16.03.2013

show us all of you're CreateDynamicObject i bet you did this at all CreateDynamicObject you did