Mapping help. - 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: Mapping help. (
/showthread.php?tid=626208)
Mapping help. -
schoolboy - 11.01.2017
Sorry for posting this here not sure if it's allowed, but after adding objects and removing some world objects it looks fine in the map editor but then after i save and convert using this site convertffs.com the removeobject thing gets removed and when the mapping is added the objects which i removed are still there and spoils my mapping up so yea i just need to know how to get world objects removed.
Re: Mapping help. - iLearner - 11.01.2017
Remove them at OnPlayerConnect.
put your RemoveObject lines under that callback.
Re: Mapping help. -
YouHack - 11.01.2017
As Ilearner said, thanks to him,
put the RemoveBuildingForPlayer under OnPlayerConnect.
Example:
PHP код:
public OnPlayerConnect(playerid)
{
// When the player connects, objects with model 615 will be removed within a
// range of 200.0 from the point 0.0, 0.0, 0.0, which is the center of San Andreas.
RemoveBuildingForPlayer(playerid, 615, 0.0, 0.0, 0.0, 200.0);
return 1;
}
If it's DesroyObject function you don't need to destroy something you've added ! :/
Re: Mapping help. -
schoolboy - 12.01.2017
Okay thank you guys for the help and i need to ask another question, do you guys know a black ground id? concrete looking for pizza stacks area i wanna redo the grass looking part there.
I'm also using mta map editor would be great if someone can help me with finding a site for mta objects only since it doesn't have all objects which sucks
Re: Mapping help. -
darkdrago - 12.01.2017
Quote:
Originally Posted by schoolboy
Okay thank you guys for the help and i need to ask another question, do you guys know a black ground id? concrete looking for pizza stacks area i wanna redo the grass looking part there.
I'm also using mta map editor would be great if someone can help me with finding a site for mta objects only since it doesn't have all objects which sucks
|
http://dev.prineside.com/en/gtasa_sa...-vegasNbball1/
It's grey but with some weathers it shows black, that's the only one that i know...
Re: Mapping help. -
schoolboy - 12.01.2017
Also i'm searching for the white arrows which look painted, so i can place them on the ground to show direction and i'm still looking for another id of a black driveway ground id for pizza stacks. and thanks bud for the help above ^^ +rep
Re: Mapping help. -
darkdrago - 12.01.2017
http://dev.prineside.com/en/gtasa_sa...earch/?q=arrow
Search everything in that site, even if has SA-MP objects too