Bug after log in, pls HELP!
#1

Hi guys, be4 i start i want to say that i dont have much knowlage of English, so sorry if you find some grammar mistakes!

I have start editing one RP gamemode and i think that that gm is great. When i register a new account it works great, no bugs. But, when i go relog with that same account and when i login i can see only sky and HUD (Heads Up Display). It is not interior bug beacouse i have created a /intbug command
Quote:

if(strcmp(cmd, "/intbug", true) == 0)
{
SetPlayerInterior(playerid, 0);
SendClientMessage(playerid, COLOR_PURPLE, " Tvoj interijer bug bi trebao sada nestati, ako nije prijavi ga na forumu");
return 1;
}

Picture:
http://slike.hr/slike/samp006_a29ec.png.html
Reply
#2

any1 know the answer?
Reply
#3

Try to add
pawn Код:
SetCameraBehindPlayer(playerid);
and let me know if that works.
Reply
#4

If it doesnt work the idea of getty just search for
OnPlayerSpawn()
and
SetPlayerPos()
and add your coordinates you want and then it wont bugg
Reply
#5

I think it should work, but if not, good idea Emilio
Reply
#6

works, thanks a lot love ya :*
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)