Freeze after log-in?
#1

Why after i connect to the my server its freeze me??
Look like this:
Reply
#2

is there use of TogglePlayerControllable(i, false); in ur script?
Reply
#3

No....
Reply
#4

Try using this after printing the message Your account is now registered.

pawn Код:
TogglePlayerControllable(playerid, true);
Reply
#5

Well, I have fixed this... i just put this to OnPlayerSpawn

And anyone can fix this? :
Код:
D:\Trucking\gamemodes\Beta.pwn(11) : error 017: undefined symbol "Info"
D:\Trucking\gamemodes\Beta.pwn(11) : error 009: invalid array size (negative, zero or out of bounds)
D:\Trucking\gamemodes\Beta.pwn(66) : error 021: symbol already defined: "PlayerInfo"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Код:
new PlayerInfo[MAX_PLAYERS][Info];
I'm trying to make an register system so..
Reply
#6

Use pInfo
Reply
#7

Now this:
Код:
D:\Trucking\gamemodes\Beta.pwn(11) : error 017: undefined symbol "pInfo"
D:\Trucking\gamemodes\Beta.pwn(11) : error 009: invalid array size (negative, zero or out of bounds)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)