SA-MP Forums Archive
[REQ] Little Somthing - 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: [REQ] Little Somthing (/showthread.php?tid=158481)



[REQ] Little Somthing - sTreTcheD - 10.07.2010

I have police FS, I want to give command to cop, to build concrete (ID: 1215)
/CreateConcrete
And it will place concrete in the place he stand.
He can remove concerete.
I think he just can remove ALL his concerte or, if its too hard.. so remove all the concerete in the server and thats all...

BiG ThanKs!


Re: [REQ] Little Somthing - [L3th4l] - 10.07.2010

pawn Код:
CMD:createconcrete(playerid,params[])
{
     new Float:X,Float:Y,Float:Z;
     GetPlayerPos(playerid,X,Y,Z);
     CreateObject(1215,X,Y,Z,-1,-1,-1);
     return 1;
}
That will create an object were you are standing.. On your last sentence i don't know what you mean