My script does not recognize OnPlayerConnect for ID 301+ - 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: My script does not recognize OnPlayerConnect for ID 301+ (
/showthread.php?tid=471873)
My script does not recognize OnPlayerConnect for ID 301+ -
Stereotype - 25.10.2013
Hi, I have a problem. When ID 301+ tries to connect, it won't load OnPlayerConnect public on it, also OnPlayerDisconnect when it should disconnect.
It just don't set any variables on 0 when ID 301+ connects, so on onplayerlogin it get messed up.
Max Players is everywhere set good !
Do you know what can be a problem? Thanks!
Re: My script does not recognize OnPlayerConnect for ID 301+ -
KevinPRINCE - 25.10.2013
Not if you don't post the code you think is the cause
Re: My script does not recognize OnPlayerConnect for ID 301+ -
Pottus - 26.10.2013
* Pottus thinks
* Pottus thinks me know problem
* Pottus thinks problem is #MAX_PLAYERS defined as 300
* Pottus thinks you should check for these lines
#undef MAX_PLAYERS
#define MAX_PLAYERS 300
Re: My script does not recognize OnPlayerConnect for ID 301+ -
KevinPRINCE - 26.10.2013
* KevinPRINCE thinks he saw
Quote:
Originally Posted by Stereotype
Max Players is everywhere set good !
|