[REQ] Little Somthing
#1

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!
Reply
#2

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)