21.10.2009, 18:15
What is wrong?
I Do this and i get an error that there is something wrong with the }
Error:
Код:
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);
return 1;
}
{
gClass[playerid] = classid;
return 1;
}
}
Error:
Код:
D:\Documents and Settings\victor\Desktop\SAMP Server\pawno\A51.pwn(112) : warning 225: unreachable code Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.

