SA-MP Forums Archive
BIG Problem 0.3c 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: BIG Problem 0.3c Objects (/showthread.php?tid=256432)



BIG Problem 0.3c Objects - SpiderWalk - 20.05.2011

Hello i convert new SAMP Objects and its working but but win game not ex. i give neon and in game it shows interior from plane!!

here is screen shot

But that int was not int in MTA but neon white i think


Respuesta: BIG Problem 0.3c Objects - Alex_Obando - 20.05.2011

www.convertffs.com


Re: BIG Problem 0.3c Objects - SpiderWalk - 20.05.2011

I convert with it and this was show me in game mate!


Re: BIG Problem 0.3c Objects - SpiderWalk - 20.05.2011

Need fast HELP!


Re: BIG Problem 0.3c Objects - Markx - 20.05.2011

Do not convert with converffs, it converts wrong! this works!


Re: BIG Problem 0.3c Objects - SpiderWalk - 20.05.2011

Код:
C:\Documents and Settings\Korisnik\Desktop\G.R.P\filterscripts\mta0.3c.pwn(43) : warning 217: loose indentation
C:\Documents and Settings\Korisnik\Desktop\G.R.P\filterscripts\mta0.3c.pwn(68) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
This errors it have!


Re: BIG Problem 0.3c Objects - Laronic - 21.05.2011

Example:

Will give you "loose indentation" (Bad Example)
pawn Код:
public OnFilterScriptInit()
{
    CreateObject(1337, 13.37, 13.37, 13.37, 41, 41, 69);
CreateObject(1337, 13.37, 13.37, 13.37, 41, 41, 96);
    CreateObject(1337, 13.37, 13.37, 13.37, 41, 41, 69);
    return 1;
}
Will NOT give you "loose indentation" (Good Example)
pawn Код:
public OnFilterScriptInit()
{
    CreateObject(1337, 13.37, 13.37, 13.37, 41, 41, 69);
    CreateObject(1337, 13.37, 13.37, 13.37, 41, 41, 96);
    CreateObject(1337, 13.37, 13.37, 13.37, 41, 41, 69);
    return 1;
}



Re: BIG Problem 0.3c Objects - SpiderWalk - 21.05.2011

But this what i have filter script it have some bugs
This have that 2 warnings
http://pastebin.com/C4c5vHPB

Код:
C:\Documents and Settings\Korisnik\Desktop\G.R.P\filterscripts\mta0.3c.pwn(43) : warning 217: loose indentation
C:\Documents and Settings\Korisnik\Desktop\G.R.P\filterscripts\mta0.3c.pwn(68) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.



Re: BIG Problem 0.3c Objects - SpiderWalk - 21.05.2011

Help me !!!!!!!!!!! !!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!


Re: BIG Problem 0.3c Objects - SpiderWalk - 21.05.2011

Please help me!