SA-MP Forums Archive
Create Roadblock - 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: Create Roadblock (/showthread.php?tid=360928)



Create Roadblock - teomakedonija - 19.07.2012

Please give me command to create roadblock /createroadblock and creating for X,Y,Z please tell me !!


Re: Create Roadblock - Jikesh - 19.07.2012

Код:
new Float:x,Float:y,Float:z,Float:a;
GetPlayerPos(playerid, x, y, z);
GetPlayerFacingAngle(playerid,a);
CreateRoadblock(1459,x,y,z,a);