22.07.2010, 01:43
I need help with gps to fine your car this dont work
Код:
else if(strcmp(x_nr,"gps1",true) == 0)
{
if(PlayerInfo[playerid][pPcarkey])
{
new Float:X,Float:Y,Float:Z;
SetPlayerCheckpoint(playerid, X,Y,Z,5);
GetVehiclePos(pPcarkey, X,Y,Z);
return 1;
}
}

