Search Results
I think you forgot one parameter at the SetDynamicObjectMaterial try SetDynamicObjectMaterial(cobj0, 0, 4835, "airoads_las", "weewall256", 0);
165
Vehicles will load when the player enters in 400meter radius of them, so basically what you have to do is increase the draw distance of objects to something like 550, something above 400
196
try removing the Float word from Streamer_UpdateEx, if that doesn't work, try putting those objects in OnGameModeInit
225
You're listening to the wrong music
1,184
Hi, I was wondering if you guys could add a function that makes actors turn their heads towards a coordinate, I am currently working on some dialog type stuff with the actors, but it's awkward becaus...
431
For some reason, I can't extract the files, it says the files are corrupted. Is it just me?
1,035
kalcor kinda killed it with his 0.3.8 cancellation.
707
Why are you guys making such a big deal about copyrights, this is a small online community of at most 50000 players. Do you really think any big company has people checking if their content is in othe...
1,252
Try increasing the draw and stream distance of the object.
780
Quote: Originally Posted by Potatoes What do you mean I went above the limit? Look at the bottom of the page I sent you. All you have to do is not have more than 150 models loaded in th...
770
That's because you hit the vehicle models limit: https://sampwiki.blast.hk/wiki/Limits If you go above it some car parts start having darker colors, it doesn't happen all the time though.
770
PHP код: new PlayersOnline = 0; public OnPlayerConnect(playerid) { PlayersOnline = PlayersOnline+1; return 1; } public OnPlayerDisconnect(playerid, reason) { PlayersOnline = Player...
158
If it's really that good why isn't everyone using it yet, It's been years. I'm still waiting for a game in which I can have a really high detailed draw distance. Would be cool if it was true.
118
Quote: Originally Posted by Espressino Hello,how can i use this,im newbie Download incognito's streamer from here: https://github.com/samp-incognito/sa...ses/tag/v2.9.2 Put the files ...
1,685
Quote: Originally Posted by Mivco I will not make pickups on your map Yeah, unfortunately you can't use pickups outside of the default GTA SA map, but you can always use streamed checkp...
1,685
Change all your "CreateDynamicObject" draw and stream distance. Vehicles and players are streamed at maximum 400 "meters". So just make sure your create objects have the stream distance higher than 40...
280
This is similar to the custom city I made, yours seems to have more details though. Nice mapping.
935