SA-MP Forums Archive
alguem pode me ajuda - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: alguem pode me ajuda (/showthread.php?tid=386612)



alguem pode me ajuda - trick_cociana - 21.10.2012

eu criei certo vei mais ta dano esse erro

SetPlayerCameraPos(playerid, 670.9898, 1586.0399, 14.1694);
SetPlayerCameraLookAt(playerid, 670.9113, 1583.5885, 14.1867);

2 erro por que

error 070: rational number support was not enabled

error 013: no entry point (no public functions)


Re: alguem pode me ajuda - silenthill - 21.10.2012

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerCameraPos(playerid, 670.9898, 1586.0399, 14.1694);
SetPlayerCameraLookAt(playerid, 670.9113, 1583.5885, 14.1867);
return 1;
}