Undefined symbol playerid
#8

Quote:

public WSHJAILCLOSE()
{
//MoveStreamObject (WSHJAILGATE,1690.070923, -2022.385620, 13.330789,1.5);
SetPlayerPos(playerid, 276.0656,1868.8894,8.757;
SetCameraBehindPlayer(playerid);
return 1;
}

if you are defining the public function and using the "SetCameraBehindPlayer(playerid);" you should also put "playerid" here:
pawn Код:
public WSHJAILCLOSE()
so now it will be:
pawn Код:
public WSHJAILCLOSE(playerid)
and also
pawn Код:
forward WSHJAILCLOSE(playerid);
Reply


Messages In This Thread
Undefined symbol playerid - by FreeSoul - 17.05.2009, 08:04
Re: Undefined symbol playerid - by FUNExtreme - 17.05.2009, 08:08
Re: Undefined symbol playerid - by AiVAMAN - 17.05.2009, 08:08
Re: Undefined symbol playerid - by (Jeff) - 07.10.2009, 15:46
Re: Undefined symbol playerid - by dice7 - 07.10.2009, 15:48
Re: Undefined symbol playerid - by (Jeff) - 07.10.2009, 15:51
Re: Undefined symbol playerid - by (Jeff) - 07.10.2009, 16:12
Re: Undefined symbol playerid - by Virtual1ty - 07.10.2009, 16:20
Re: Undefined symbol playerid - by dice7 - 07.10.2009, 17:03

Forum Jump:


Users browsing this thread: 1 Guest(s)