I need help please ZCMD Problemo
#1

I got a problem with this command

Код:
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;
}
please can someone fix this.
Reply
#2

What is the problem? What it shows when you use that cmd?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)