Author Topic: Unknown command idea!  (Read 299 times)

Daybrightness

  • Pluto
  • *
  • Posts: 35
  • Cookies 0
    • View Profile
Unknown command idea!
« on: November 04, 2010, 08:09:33 pm »
change the boring SERVER:UNKNOWN COMMAND to this

like on my server

Share on Facebook Share on Twitter


knackworst

  • Server owner
  • Earth
  • ********
  • Posts: 234
  • Cookies 4
    • View Profile
Re: Unknown command idea!
« Reply #1 on: November 05, 2010, 04:28:08 am »
mhh
where can I change it?
in the gamemode?

Sam

  • Global Moderator
  • Venus
  • *******
  • Posts: 139
  • Cookies 5
    • View Profile
Re: Unknown command idea!
« Reply #2 on: November 05, 2010, 05:26:22 am »
NO, just use Unknown Server Command, for more information use /help, /teles or /cmds.

Daybrightness

  • Pluto
  • *
  • Posts: 35
  • Cookies 0
    • View Profile
Re: Unknown command idea!
« Reply #3 on: November 05, 2010, 01:23:54 pm »
mhh
where can I change it?
in the gamemode?
do this
public OnPlayerCommandText(playerid, cmdtext[])
{
   return SendClientMessage(playerid,COLOR,then your message and there you got it");
}
« Last Edit: November 05, 2010, 01:55:32 pm by Daybrightness »

Krys

  • Anime Freak!
  • Pluto
  • *
  • Posts: 33
  • Cookies 1
  • [AS]Krys
    • View Profile
Re: Unknown command idea!
« Reply #4 on: November 05, 2010, 02:13:54 pm »
TIP: It's "get", not "gett".  ;)

Daybrightness

  • Pluto
  • *
  • Posts: 35
  • Cookies 0
    • View Profile
Re: Unknown command idea!
« Reply #5 on: November 05, 2010, 03:22:41 pm »
i fixed that typo a couple mins after i made this