Bug after log in, pls HELP! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Bug after log in, pls HELP! (
/showthread.php?tid=260531)
Bug after log in, pls HELP! -
Scratch - 09.06.2011
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
Re: Bug after log in, pls HELP! -
Scratch - 09.06.2011
any1 know the answer?
Re: Bug after log in, pls HELP! -
iGetty - 09.06.2011
Try to add
pawn Код:
SetCameraBehindPlayer(playerid);
and let me know if that works.
Re : Bug after log in, pls HELP! -
Naruto_Emilio - 09.06.2011
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
Re: Bug after log in, pls HELP! -
iGetty - 09.06.2011
I think it should work, but if not, good idea Emilio
Re: Bug after log in, pls HELP! -
Scratch - 09.06.2011
works, thanks a lot love ya :*