10.02.2011, 22:05
I'm useing a edited version of the German life car dealership thingy and im trying to make a /trackcar
this is what i have so far
but when i test it IG the check point gose all crazy and its in a random place on the map what did i do wrong? :/
this is what i have so far
Код:
else if (strcmp("/findcar", cmd, true, 10) == 0) { SendClientMessage(playerid, COLOR_YELLOW,"Lost Cars: Looks like you lost your car, folow the check point on your GPS"); SetPlayerCheckpoint(playerid,Carlist[playerid][Carid],Carlist[playerid][X],Carlist[playerid][Y],Carlist[playerid][Z]);, 5.0); return 1; }