Objects not loading - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Objects not loading (
/showthread.php?tid=128492)
Objects not loading -
Locc - 18.02.2010
I saw someone else with the same problem, and it was fixed but it didnt say how it was fixed. But when I load the MP I pretty much have no textures. I'm hosting just on a lan. I think it has to do with the car mods.
The other post had this SS, and its exactly what mine looks like. Any ideas on how to fix?
http://screenshot.xfire.com/screensh...0948385476.jpg
Re: Objects not loading -
Virtual1ty - 18.02.2010
Under
OnPlayerSpawn or similiar callback put:
pawn Code:
SetPlayerInterior(playerid, 0);
EDIT: I told you!
Re: Objects not loading -
Locc - 18.02.2010
Thanks, where would I put that?
Re: Objects not loading -
Correlli - 18.02.2010
Quote:
Originally Posted by Locc
Thanks, where would I put that?
|
Quote:
Originally Posted by Virtual1ty
Under OnPlayerSpawn or similiar callback
|
Re: Objects not loading -
Locc - 18.02.2010
In what file..etc...
I'm not real familiar with scripting on here, I think I found the file to put it in gl_actions.whatever it was. But I don't think I'm placing it in the right spot or using it in the right context, it didn't make any changes.
Re: Objects not loading -
Locc - 19.02.2010
I fixed it.
Using the sa limit adjuster from here...
http://aschratt.com/download.php
Thanks for your help though.