Objects not loading - 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: Objects not loading (
/showthread.php?tid=545304)
Objects not loading -
atuljha - 07.11.2014
Hello My Friends i want to say that m facing a problem i added objects on my gamemode.amx but the objects i added some objects loading in server and some didn't get loaded in server what to do i have added many objects in my gamemode.amx in which some objects are loaded and some didn't get loaded the only problem it show while compile it just 4 warning
G:\23-10-12\Fire~SATDM.pwn(5475) : warning 217: loose indentation
G:\23-10-12\Fire~SATDM.pwn(5484) : warning 217: loose indentation
G:\23-10-12\Fire~SATDM.pwn(6039) : warning 217: loose indentation
G:\23-10-12\Fire~SATDM.pwn(6711) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Warnings.
But it get compile
is this is problem so that the objects are not loading properly or some other problem please help me +rep if it will work.
NOTE: How To Know that where is loose indentation? xD?
Re: Objects not loading -
TheINCDope - 07.11.2014
Write the obj code from pawn where is the error. (Lines: 5475, 5484, 6039, 6711)
Re: Objects not loading -
dominik523 - 07.11.2014
Okay, first of all, how are we supposed to know your code?
And last thing, please go next time to the thread of the streamer that you are using and read the notes. Example: incognito's streamer:
Default visible items: 500 (objects); 4096 (pickups); 1024 (3D text labels)
Re: Objects not loading -
atuljha - 08.11.2014
Some Objects are loading in game and some are not loading why the objects are not loading in game any guesses?
Re: Objects not loading -
semara123 - 08.11.2014
fix your line that got the warning it will fix the problem and put at the first line object that you want to load hope this help sorry for bad english
Re: Objects not loading -
TheINCDope - 08.11.2014
GameModeInt
{
LoadObjects()
}
and then
stock LoadObjects()
{
put converted obj code hare.. Should work.
}