SA-MP Forums Archive
help spikestrip - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help spikestrip (/showthread.php?tid=78253)



help spikestrip - luckie12 - 18.05.2009

hi i need help how to made a spikestrip like this?


/imageshack/my.php?image=samp017v.png

? anyone can help me ty alot


Re: help properties - Weirdosport - 18.05.2009

Well if you're talking about a RP script ask in their topic. If you're generally asking how to make houses you'd probably need a pickup for the door which takes you to one of the house interiors..

EDIT: you changed your question quite a lot, make your mind up..

You find the spike strip object and place it in the road..


Re: help properties - luckie12 - 18.05.2009

Quote:
Originally Posted by Weirdosport
Well if you're talking about a RP script ask in their topic. If you're generally asking how to make houses you'd probably need a pickup for the door which takes you to one of the house interiors..

EDIT: you changed your question quite a lot, make your mind up..

You find the spike strip object and place it in the road..
but where to find it

and

how do I make when I have over a row that the tapes than to leak?


Re: help spikestrip - Weirdosport - 18.05.2009

You can't make the spike strip puncture the tyres, and you'll have to look on an ingame editor, the list of objects on the wiki or use a program like MTA Map Editor..


Re: help spikestrip - luckie12 - 18.05.2009

Quote:
Originally Posted by Weirdosport
You can't make the spike strip puncture the tyres, and you'll have to look on an ingame editor, the list of objects on the wiki or use a program like MTA Map Editor..
and how to make it with a command like

/ss

//then it spawns the spikestrip?


Re: help spikestrip - Karlip - 18.05.2009

pawn Код:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
CreateObject(objectid,X,Y,Z,0,0,0);
You can make the player have punctured tires by using IsPlayerNearObject and TogglePlayerControllable.



Re: help spikestrip - CRAZYCOOP - 18.05.2009

Quote:
Originally Posted by luckie12
Quote:
Originally Posted by Weirdosport
You can't make the spike strip puncture the tyres, and you'll have to look on an ingame editor, the list of objects on the wiki or use a program like MTA Map Editor..
and how to make it with a command like

/ss

//then it spawns the spikestrip?
Far as i know u cnt pop tires with the spike stip it just there for looks


Re: help spikestrip - Weirdosport - 18.05.2009

The only way to get popped tyres on samp is to have an option turned on and then shoot them with a gun (one with bullets not rockets)