Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: :P on Oct 02, 2015, 04:45 PM

Title: error
Post by: :P on Oct 02, 2015, 04:45 PM
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 + " );
Title: Re: error
Post by: rulk on Oct 02, 2015, 04:50 PM
try this;

Message( GetLevelTag(player) + ": " + player.Name + ": " + WHITE + " " + text );
Title: Re: error
Post by: :P on Oct 02, 2015, 04:54 PM
[null 0x000000000]
Title: Re: error
Post by: MatheuS on Oct 02, 2015, 05:08 PM
Message( GetLevelTag(player) + ": " + player.Name + ": " + WHITE + " " + text );try this;
Title: Re: error
Post by: rulk on Oct 02, 2015, 05:10 PM
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 ) );
Title: Re: error
Post by: KAKAN on Oct 02, 2015, 06:03 PM
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
Title: Re: error
Post by: Stuart Eldin on Oct 04, 2015, 01:50 AM
ITS SHOWING null it mean You have level that doesn't exist in GetLevelTag
Title: Re: error
Post by: EK.IceFlake on Oct 04, 2015, 07:03 AM
Improve your English or you don't have a place here.