SA-MP Forums Archive
Need some help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need some help! (/showthread.php?tid=148978)



Need some help! - Vendetta692 - 20.05.2010

Код:
C:\Users\Mathew.Mathew-PC\Desktop\[SECRET] :P(255) : error 017: undefined symbol "playerid"
C:\Users\Mathew.Mathew-PC\Desktop\[SECRET] :P(256) : error 017: undefined symbol "playerid"
C:\Users\Mathew.Mathew-PC\Desktop\[SECRET] :P(257) : error 017: undefined symbol "playerid"
C:\Users\Mathew.Mathew-PC\Desktop\[SECRET] :P(258) : error 017: undefined symbol "playerid"
C:\Users\Mathew.Mathew-PC\Desktop\[SECRET] :P(259) : error 017: undefined symbol "playerid"
C:\Users\Mathew.Mathew-PC\Desktop\[SECRET] :P(261) : error 017: undefined symbol "playerid"
Код:
public OnGameModeExit()
{
	return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, -2315.6677,-1633.4095,483.7031);
	SetPlayerCameraPos(playerid, -2322.2461,-1643.5192,483.7031);
	SetPlayerCameraLookAt(playerid, -2315.6677,-1633.4095,483.7031);
	SetPlayerFacingAngle(playerid, 300.0);
	PlayerPlaySound(playerid,1058 ,0, 0, 0);
Anyone kno why I get those error's? please and thankyou help? ahead fo time thankyou, sorry I'm 100% new to this xD


Re: Need some help! - Backwardsman97 - 20.05.2010

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, -2315.6677,-1633.4095,483.7031);
    SetPlayerCameraPos(playerid, -2322.2461,-1643.5192,483.7031);
    SetPlayerCameraLookAt(playerid, -2315.6677,-1633.4095,483.7031);
    SetPlayerFacingAngle(playerid, 300.0);
    PlayerPlaySound(playerid,1058 ,0, 0, 0);
}//<---------
http://forum.sa-mp.com/index.php?topic=2750.0


Re: Need some help! - Vendetta692 - 20.05.2010

I had that, just didnt copy it, but thankyou! I got it working now