SA-MP Forums Archive
Error..!!Please Help... - 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: Error..!!Please Help... (/showthread.php?tid=472140)



Error..!!Please Help... - AryanV - 27.10.2013

My Name is Aryan_Verma and I am New In Scripting and Mapping....The Thing is That when I compiled my Gamemode pwn Then This Error is Coming

Quote:

D:\My Creations\SATDMv17Eagle\gamemodes\Satdm.pwn( 12148 ) : error 001: expected token: ";", but found "-identifier-"

If You All Can help me then please tell me the solution that how to fix this Error.....


Re: Error..!!Please Help... - Ninad - 27.10.2013

Copy and paste tht line here!


Re: Error..!!Please Help... - AryanV - 27.10.2013

CreateDynamicObject(974,921.861,-1214.216,18.754,0.0,0.0,-92.819);


Re: Error..!!Please Help... - Ninad - 27.10.2013

Hmm it seems ok! Can u post first 5 lines of it where error starts from!


Re: Error..!!Please Help... - AryanV - 27.10.2013

CreateDynamicObject(974,921.861,-1214.216,18.754,0.0,0.0,-92.819);
CreateDynamicObject(974,921.611,-1220.716,18.754,0.0,0.0,-92.819);
CreateDynamicObject(974,921.536,-1227.291,18.754,0.0,0.0,-88.522);
CreateDynamicObject(1633,922.320,-1209.490,17.284,73.052,-1.719,-87.663);
CreateDynamicObject(1225,884.279,-1169.156,16.382,0.0,0.0,0.0);
CreateDynamicObject(1225,903.106,-1239.641,15.581,0.0,0.0,0.0);


Re: Error..!!Please Help... - Ninad - 27.10.2013

Код:
CreateDynamicObject(974,921.861,-1214.216,18.754,0.0,0.0,-92.819);
CreateDynamicObject(974,921.611,-1220.716,18.754,0.0,0.0,-92.819);
CreateDynamicObject(974,921.536,-1227.291,18.754,0.0,0.0,-88.522);
CreateDynamicObject(1633,922.320,-1209.490,17.284,73.052,-1.719,-87.663);
CreateDynamicObject(1225,884.279,-1169.156,16.382,0.0,0.0,0.0);
CreateDynamicObject(1225,903.106,-1239.641,15.581,0.0,0.0,0.0);
Try this it may work!


Re: Error..!!Please Help... - AryanV - 27.10.2013

Yea..Now it Works......


Re: Error..!!Please Help... - Ninad - 27.10.2013

Ok great! U misplaced the first line!


Re: Error..!!Please Help... - AryanV - 27.10.2013

Thnx For Your Help...!!!