I need help fast! Part 2 -
RiChArD_A - 23.08.2012
Hi everyone, I'm the creator of
https://sampforum.blast.hk/showthread.php?tid=371208 and to day I have another question related to that. Well I already fix the coordinate problem that I had but now when I enter the server everything disappears, I still can walk but the only thing i see is the ground and the sky VERY very smoky. I hope some one can help me. Thank you, and James_Nick about what you told me... yes i need help now

.
Re: I need help fast! Part 2 < PLEASE HELP! -
_Khaled_ - 23.08.2012
Explain more?
Respuesta: I need help fast! Part 2 < PLEASE HELP! -
RiChArD_A - 23.08.2012
OK in a minute
Re: I need help fast! Part 2 < PLEASE HELP! -
_Khaled_ - 23.08.2012
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,-2471.11, -2797.41, 3.000);
SetPlayerFacingAngle(playerid,0.0);
SetCameraBehindPlayer(playerid);
return 1;
}
Try this..
Re: I need help fast! Part 2 < PLEASE HELP! -
Shetch - 23.08.2012
It's because you have set your interior to something other than 0.
Do what Khaled said.
Re: I need help fast! Part 2 < PLEASE HELP! -
_Khaled_ - 23.08.2012
In your older post, in the picture, you've done the interior to 14, make it 0.
Respuesta: Re: I need help fast! Part 2 < PLEASE HELP! -
RiChArD_A - 23.08.2012
Quote:
Originally Posted by _Khaled_
Explain more?
|
after choosing my skin and all that, i spawn but nothing loads. Its like being in the air but you don't fall down a even spawn a car and i was able to drive it. All I see is brown and blue, blue on top and brown under. A picture is too much right now but if u really need id tell me.
Respuesta: Re: I need help fast! Part 2 < PLEASE HELP! -
RiChArD_A - 23.08.2012
Quote:
Originally Posted by Shetch
It's because you have set your interior to something other than 0.
Do what Khaled said.
|
well i had deleted every thing but the SetPlayerPos, may be that's the problem right!.
Re: I need help fast! Part 2 < PLEASE HELP! -
_Khaled_ - 23.08.2012
Quote:
Originally Posted by _Khaled_
pawn Код:
public OnPlayerSpawn(playerid) { SetPlayerInterior(playerid,0); SetPlayerPos(playerid,-2471.11, -2797.41, 3.000); SetPlayerFacingAngle(playerid,0.0); SetCameraBehindPlayer(playerid); return 1; }
Try this..
|
Try this and tell me what happens.
Respuesta: Re: I need help fast! Part 2 < PLEASE HELP! -
RiChArD_A - 23.08.2012
Quote:
Originally Posted by _Khaled_
Try this and tell me what happens.
|
i'm going to log out, will come back with an answer later