when i open server i getting error expression expected in line no = 141 column = 38 in thin line
Message( " + GetLevelTag(player) + ": " + player.Name + ": " + WHITE + " " + text + " );
try this;
Message( GetLevelTag(player) + ": " + player.Name + ": " + WHITE + " " + text );
[null 0x000000000]
Message( GetLevelTag(player) + ": " + player.Name + ": " + WHITE + " " + text );
try this;
not sure what's causing the null, it could be one of the functions.
you have to go into de-bugging mode now :-)
try...., and tell me the result.
print( GetLevelTag( player ) );
Where are you trying to use it actually?
And yes, give us your GetLevelTag function.
And tell us the script you use for your login/register system
ITS SHOWING null it mean You have level that doesn't exist in GetLevelTag
Improve your English or you don't have a place here.