Problema cu /park
#5

pawn Code:
else if (strcmp("/park", cmd, true, 10) == 0)
{
new Float:x,Float:y,Float:z,Float:a;
new vid = GetPlayerVehicleID(playerid);
if (vid = PlayerInfo[playerid][pcar] || vid = PlayerInfo[playerid][pcar]))//SCHIMBA AICI CU VARIABILELE TALE PENTRU JUCATOR
{
     GetVehiclePos(vid, x, y, z);
     GetVehicleZAngle(vid, a);
     Carlist[vid][X] = x;
     Carlist[vid][Y] = y;
     Carlist[vid][Z] = z;
     Carlist[vid][Rotation] = a;
     SendClientMessage(playerid, COLOR_GREEN, "Saved car position!");
}
else { SendClientMessage(playerid, COLOR_GREY, "That is not your car!"); }
return 1;
}
Reply


Messages In This Thread
Problema cu /park - by cozma - 04.02.2011, 15:22
Re: Problema cu /park - by cozma - 08.02.2011, 13:05
Re: Problema cu /park - by SkizzoTrick - 08.02.2011, 13:34
Re: Problema cu /park - by cozma - 09.02.2011, 13:29
Re: Problema cu /park - by SkizzoTrick - 09.02.2011, 14:45
Re: Problema cu /park - by cozma - 09.02.2011, 14:49
Re: Problema cu /park - by SkizzoTrick - 09.02.2011, 14:57
Re: Problema cu /park - by cozma - 09.02.2011, 17:23
Re: Problema cu /park - by Babica - 09.02.2011, 17:33
Re: Problema cu /park - by cozma - 13.02.2011, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)