13.05.2014, 08:02
I got invalid function call in the give first two line while compiling, please correct if theres anything wrong.
pawn Код:
SetPlayerPos = GetPlayerPos(playerid, PlayerInfo[playerid][pX], PlayerInfo[playerid][pY], PlayerInfo[playerid[pZ]);// this line and
SetPlayerCameraPos=GetPlayerCameraPos(playerid,PlayerInfo[playerid[cX],PlayerInfo[playerid[cY],PlayerInf[cZ]);// this line
SetPlayerCameraLookAt(playerid, Float:cX, Float:cY, Float:cZ);