Whats Wrong Here?
#2

You can't just open a bracket and put some code in it and then close it just like that.

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  SetPlayerPos(playerid, 222.1653, 1823.0802, 6.4141);
  SetPlayerFacingAngle(playerid, 269.1334);
  SetPlayerCameraPos(playerid, 224.1104, 1823.0507, 6.4141);
  SetPlayerCameraLookAt(playerid, 222.1653, 1823.0802, 6.4141);
  gClass[playerid] = classid;
  return 1;
}
This is correct.
Reply


Messages In This Thread
Whats Wrong Here? - by Danikov - 21.10.2009, 18:15
Re: Whats Wrong Here? - by Correlli - 21.10.2009, 18:21
Re: Whats Wrong Here? - by Luka P. - 21.10.2009, 18:23

Forum Jump:


Users browsing this thread: 1 Guest(s)