12.01.2012, 18:19
i'm new in scripting , so
how to removed original ojects to add my objects ?
how to removed original ojects to add my objects ?
public OnPlayerConnect(playerid){
RemoveKACCGates(playerid);
return 1;
}
stock RemoveKACCGates(playerid){
RemoveBuildingForPlayer(playerid,985,2495,2772,10,20);
RemoveBuildingForPlayer(playerid,986,2495,2772,10,20);
return 1;
}