0 Members and 1 Guest are viewing this topic.
procedure OnJoinGame(ID, Team: byte);begin // if(ContainsString('text',GetPlayerStat(ID,'Name'))=true) then begin // Commands to do if the check returns True end else begin // Commands to do if the check returns False end; //end;
Procedure OnJoinTeam(ID, Team: byte);begin if(ContainsString('kebab',GetPlayerStat(ID,'Name'))) then begin SayToPlayer(ID,'You name is not allowed'); end;end;
if(ContainsString('keb',GetPlayerStat(ID,'Name'))) then begin
if ContainsString(GetPlayerStat(ID,'Name'), 'kebab')) then begin