SA-MP Forums Archive
Map issue on login + register. - 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)
+--- Thread: Map issue on login + register. (/showthread.php?tid=453444)



Map issue on login + register. - Yves - 24.07.2013

Hello everyone.

am having a little issue so whenever i login to my server etc, the map shows how do i hide it away?

here is the logo on what am talking about.
"link removed" fixed the issue.


Re: Map issue on login + register. - DobbysGamertag - 24.07.2013

Try under OnPlayerConnect.
pawn Код:
TogglePlayerSpectating(playerid,1);
Then change it to:
pawn Код:
TogglePlayerSpectating(playerid,0);
Where you need it i use this method to stop people bypassing the login script.


Offtopic: You say hacks arent allowed yet you have that installed oO


Re: Map issue on login + register. - Yves - 25.07.2013

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
Try under OnPlayerConnect.
pawn Код:
TogglePlayerSpectating(playerid,1);
Then change it to:
pawn Код:
TogglePlayerSpectating(playerid,0);
Where you need it i use this method to stop people bypassing the login script.


Offtopic: You say hacks arent allowed yet you have that installed oO
Using hacks is a big deal when many troll around servers however, i only use it to get my interiors. mapping
ontopic anyways thanks for the help i give it a try.