Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Change unwanted names om your game!


JonasA1988
 Share

Recommended Posts

This is my first script and works good
This script makes unwanted names to another name like "Bad guy"
This is a easy script and hope someone enyoy it

Paste this in ModDatabase in Server VBP

'This Script is for Player who Choose Unwanted Names

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

      If Player(Index).Name = ("Paste the unwanted names here") Then Player(Index).Name = "Bad guy"

End Sub
Link to comment
Share on other sites

  • 4 weeks later...
> function BadName(byval index as long,byval badName as string,byval nName as string)
> if getplayername(index) = "" & badName & "" then
> call setplayername(index,"" & nName & "")
> end if
>
> end function

sub newchar or joingame

if badName(index,"Chuck Norris","Chuck Student")
call playermsg(index,"you isn't so much cool to use this name",blue)
end if
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...