01.06.2012, 12:37
Object Removing
01.06.2012, 12:39
With Map editor,click on them and press delete.
01.06.2012, 13:41
Did you create those?
If its in the original GTA mappings..I dont think you can, I'm not a mapper but not sure, most likely not.
If its in the original GTA mappings..I dont think you can, I'm not a mapper but not sure, most likely not.
01.06.2012, 13:55
Try using RemoveBuildingForPlayer
01.06.2012, 13:58
Use: https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer if its a standart mapping and
https://sampwiki.blast.hk/wiki/DestroyObject if you created this objects yourself
https://sampwiki.blast.hk/wiki/DestroyObject if you created this objects yourself
01.06.2012, 15:26
Here's how you do it...
Код:
public OnPlayerUpdate(playerid) { for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i)) { RemoveBuildingForPlayer(......) } return 1; }
01.06.2012, 15:29
You can use JernejL's map editor https://sampforum.blast.hk/showthread.php?tid=282801 to remove any objects. Then 'Show code' and place it within your gamemode.
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)