Help needed.
#3

pawn Код:
new Float:LastCPPos[MAX_PLAYERS][3];
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
  GetPlayerPos(playerid, LastCPPos[playerid][0], LastCPPos[playerid][1], LastCPPos[playerid][2]);
  return 1;
}
pawn Код:
SetPlayerPos(playerid, LastCPPos[playerid][0], LastCPPos[playerid][1], LastCPPos[playerid][2]);
Reply


Messages In This Thread
Help needed. - by Buwla - 26.03.2010, 13:15
Re: Help needed. - by RawrTheory - 26.03.2010, 14:49
Re: Help needed. - by Finn - 26.03.2010, 15:13
Re: Help needed. - by Buwla - 26.03.2010, 21:19

Forum Jump:


Users browsing this thread: 1 Guest(s)