Need some help!
#1

Код:
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
Reply
#2

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
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)