18.05.2011, 04:42
I got a problem with this command
please can someone fix this.
Код:
CMD:car(playerid,params[]) { new c,Float:p[4]; GetPlayerPos(playerid,p[0],p[1],p[2]); and replace xyz with p[0],p[1].. if(sscanf(params,"i",c)) return SendClientMessage(playerid,-1,"[car id]"); if(c > 611 || c < 400) return 1; CreateVehicle(c,x,y,z,r,0,0,-1); return 1; }