SA-MP Forums Archive
Server connecting messages - 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: Server connecting messages (/showthread.php?tid=605707)



Server connecting messages - Miller007 - 23.04.2016

solved by ma own


Re: Server connecting messages - povargek - 23.04.2016

You use this in OnPlayerConnect?


Re: Server connecting messages - J0sh... - 23.04.2016

You must do it when he logs in or else the server wouldn't know what level he is!


Re: Server connecting messages - Miller007 - 23.04.2016

Quote:
Originally Posted by povargek
Посмотреть сообщение
You use this in OnPlayerConnect?
no need for that. satdm have this and works also(ServerInfo[ConnectMessages] == 1)


Re: Server connecting messages - Miller007 - 23.04.2016

Quote:
Originally Posted by Jamester
Посмотреть сообщение
You must do it when he logs in or else the server wouldn't know what level he is!
cant we load player's file before he logged in ?


Re: Server connecting messages - Ritzy2K - 23.04.2016

Then basically anyone can join from anyone's account and have his data.


Re: Server connecting messages - Miller007 - 23.04.2016

Quote:
Originally Posted by [ND]xXZeusXx.
Посмотреть сообщение
Then basically anyone can join from anyone's account and have his data.
dont worry just connecting message appear after that login dialog also appear xD


Re: Server connecting messages - jlalt - 23.04.2016

You've just copied it from the gamemode I've released and wanna add it on your own gamemode lol?
You're not loading player level to reset it here
PHP код:
 PlayerInfo[playerid][Level] = 0
load player level before doing messages stuff


Re: Server connecting messages - Miller007 - 23.04.2016

Quote:
Originally Posted by jlalt
Посмотреть сообщение
You've just copied it from the gamemode I've released and wanna add it on your own gamemode lol?
You're not loading player level to reset it here
PHP код:
 PlayerInfo[playerid][Level] = 0
load player level before doing messages stuff
sorry now ur credit is added here and in my script as well lol can u solve this ??