29.10.2014, 19:20
and can you tell me what is the problem in this 

Code:
// On top of script: new Text:JoinLeave; // In OnGameModeInit JoinLeave = TextDrawCreate(564, 441, "Welcome to the server"); TextDrawFont(Join/Leave , 1); TextDrawLetterSize(Join/Leave , 0.4, 2.8); TextDrawColor(Join/Leave , 0xFF8040FF); TextDrawSetOutline(Join/Leave , 0); TextDrawSetProportional(Join/Leave , 1); TextDrawSetShadow(Join/Leave , 12); TextDrawUseBox(Join/Leave,1); TextDrawBoxColor(Join/Leave, ); TextDrawTextSize(Join/Leave, 0, 0);