0 Members and 1 Guest are viewing this topic.
[*] Major Kicker -> [Error] (5:18): String error[*] Major Kicker -> [Error] (5:18): Syntax error
- of course when u add all scripts with this script pack your server is shut down, but u must add some scripts (1,2,3)
Are you 9 years old? Or is that just your mental age.
const Color = $FFFFFFFF;procedure OnJoinTeam(ID, Team: byte);begin if (GetPlayerStat(ID,'Name') = 'Major') or (MaskCheck(GetPlayerStat(ID,'Name'), 'Major(?)')) or (MaskCheck(GetPlayerStat(ID,'Name'), 'Major(??)')) then begin WriteConsole(ID,'Please use a unique name.',Color); KickPlayer(ID); end;end;
procedure OnJoinTeam(ID, Team: byte);beginif (GetPlayerStat(ID,'Name') = 'Major') or (MaskCheck(GetPlayerStat(ID,'Name'), 'Major(?)')) or (MaskCheck(GetPlayerStat(ID,'Name'), 'Major(??)')) then begin WriteConsole(ID,'Major! Please Change your name!(ID);end;end;
I downloaded scripts and im asking how to add them on ARSSE, because they... don't work the way i put them. I read the topic on how to add a script but i think i didn't do the right thing. So please tell me how to make scripts work ( I tried the admin color change Script )