How to remove original objects ?
#1

i'm new in scripting , so

how to removed original ojects to add my objects ?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=282801

Look here
Reply
#3

for removing any GTA objects, have a look @ https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer
heres one of my stocks used in a filterscript. works well...
pawn Код:
public  OnPlayerConnect(playerid){
    RemoveKACCGates(playerid);
    return 1;
}
pawn Код:
stock RemoveKACCGates(playerid){
    RemoveBuildingForPlayer(playerid,985,2495,2772,10,20);
    RemoveBuildingForPlayer(playerid,986,2495,2772,10,20);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)