Why doesn't this work?
#1

Hello,

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  GetPlayerCameraPos(playerid, x, y, z);
  SetPlayerCameraPos(playerid, x, y, z);
    }
new Float:x, Float:y, Float:z;  GetPlayerCameraPos(playerid, x, y, z);
  SetPlayerCameraPos(playerid, x, y, z);
That is used in OnPlayerDeath
I want it so it SETS your camera THERE, even if you spawn, your camera just stays being the place that SetPlayerCameraPos sets it. But why doesn't it work?
Reply


Messages In This Thread
Why doesn't this work? - by Jochemd - 06.05.2010, 14:32
Re: Why doesn't this work? - by dice7 - 06.05.2010, 14:33

Forum Jump:


Users browsing this thread: 1 Guest(s)