BIG Problem 0.3c Objects
#1

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
Reply
#2

www.convertffs.com
Reply
#3

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

Need fast HELP!
Reply
#5

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

Код:
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!
Reply
#7

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;
}
Reply
#8

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.
Reply
#9

Help me !!!!!!!!!!! !!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!
Reply
#10

Please help me!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)