13.12.2011, 00:44
idk wtf im doing wrong but i cant see the character infront of me when im clicking through. Idk what im doing wrong but here is my AddPlayerClass
[pawn]
i cant get the right coordints for this..
if you could give me your spawn selection i would +rep.
pawn Код:
public OnGameModeInit()
{
AddPlayerClass(4,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(6,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(8,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(42,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(1,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(289,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(2,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(269,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(270,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
AddPlayerClass(271,-534.7889,-489.4308,26.7282,90,-1,-1,-1,-1,-1,-1);
i cant get the right coordints for this..
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid,245.3919,-59.0802,1.5776);
SetPlayerFacingAngle(playerid,134.8186);
SetPlayerCameraPos(playerid,245.1865,-63.4924,2);
SetPlayerCameraLookAt(playerid,245.3919,-59.0802,1.5776);
return 1;