script 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: script help (
/showthread.php?tid=491950)
script help -
sobilo - 01.02.2014
Hey guys,
I have downloaded a gamemode, I am in the process of building a bunch of building, however my problem is where do I add the Removebuilding codes at? or where do I place them!
Any help would be great!
Thanks Much
Rich
Re: script help -
AIped - 01.02.2014
onplayerconnect
Re: script help -
Beckett - 01.02.2014
RemoveBuildingForPlayer
Re: script help -
TheFlyer - 01.02.2014
pawn Код:
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 3663, 1664.4531, -2439.8047, 14.4688, 0.25); // This one Removes 1 of LS static airport stairs
return 1;
}
Re: script help -
sobilo - 01.02.2014
WOW, I feel dumb now lol Thanks a bunch guys! I tried not to bother anyone but I just couldnt put my finger on this part lol! +REP for you all!!! Thanks again!!!