SA-MP Forums Archive
Convert Objects - 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: Convert Objects (/showthread.php?tid=157871)



Convert Objects - KJ1 - 08.07.2010

well , i made a map in MTA And i converted it in www.convertffs.com then i gone to the GameModeInit
i puted it , and now seems to me errors


Re: Convert Objects - KJ1 - 08.07.2010

Code:
C:\DOCUME~1\Wattad\Desktop\GMS\gf.pwn(1) : error 010: invalid function or declaration
C:\DOCUME~1\Wattad\Desktop\GMS\gf.pwn(6807) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\GMS\gf.pwn(6815) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
The Errors


Re: Convert Objects - KJ1 - 08.07.2010

Code:
CreateObject(18250,1794.36450195,-1916.36499023,18.76712608,0.00000000,0.00000000,0.00000000); //object(cuntwjunk06) (2)
CreateObject(1437,1782.92883301,-1905.69531250,12.71165848,0.00000000,0.00000000,0.00000000); //object(dyn_ladder_2) (1)
CreateObject(1476,1792.33520508,-1914.01489258,13.13316059,0.00000000,0.00000000,0.00000000); //object(dyn_porch_4) (1)
CreateObject(3399,1801.55334473,-1933.49975586,15.36917782,0.00000000,0.00000000,89.32440186); //object(cxrf_a51_stairs) (2)
CreateObject(3399,1785.96081543,-1933.15869141,15.14092159,0.00000000,0.00000000,89.32449341); //object(cxrf_a51_stairs) (3)
CreateObject(3524,1787.61254883,-1932.26611328,15.71878242,0.00000000,0.00000000,0.00000000); //object(skullpillar01_lvs) (1)
CreateObject(3524,1787.61230469,-1932.26562500,15.71878242,0.00000000,0.00000000,0.00000000); //object(skullpillar01_lvs) (2)
CreateObject(3524,1800.29980469,-1931.18078613,15.27244568,0.00000000,0.00000000,0.00000000); //object(skullpillar01_lvs) (3)
The Objects I added


Re: Convert Objects - KJ1 - 08.07.2010

No Help?


Re: Convert Objects - mprofitt - 08.07.2010

what does your first line say?


Re: Convert Objects - KJ1 - 08.07.2010

what are you meaning ?


Re: Convert Objects - Adil - 08.07.2010

Paste your line #1 here.


Re: Convert Objects - selten98 - 08.07.2010

for these errors
C:\DOCUME~1\Wattad\Desktop\GMS\gf.pwn(6807) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\GMS\gf.pwn(6815) : warning 217: loose indentation

place #pragma tabsize 0 in ur gamemode(in the beginning or at the warnings)


Re: Convert Objects - Rachael - 08.07.2010

the problem is clearly somewhere in the first line of your script, maybe you put the CreateObject('s before the includes or defines.


Re: Convert Objects - Adil - 08.07.2010

Quote:
Originally Posted by selten98
View Post
for these errors
C:\DOCUME~1\Wattad\Desktop\GMS\gf.pwn(6807) : warning 217: loose indentation
C:\DOCUME~1\Wattad\Desktop\GMS\gf.pwn(6815) : warning 217: loose indentation

place #pragma tabsize 0 in ur gamemode(in the beginning or at the warnings)
For God's sake please stop misguiding the people with such useless things. Don't use this.