April 25, 2024, 11:09:40 am

Author Topic: Suggestion specially for new players  (Read 1227 times)

Offline RazorX

  • Boss
  • ******
  • Posts: 548
  • Reputation: +12/-63
  • Is it good or bad?
    • View Profile
    • Email
Suggestion specially for new players
« on: December 24, 2010, 02:06:07 am »
When someone joins a server, he wants to know what he can do in that server.
It would be cool if we add a text box like:

 'Welcome -playername- to World of Stunting'

If you don't know what to do, use /help!
Be sure to read /rules!
Check out latest updates with /latest

And if you want a text that could be changed everytime like now in christmas saying
'It's christmas time in WoS, use /time 00 00 to enjoy it!'

And if someone doesnt want to read it anymore there would be a command like /showbox on/off


Also you shoud update /help commands adding the new cool things you can do and deleting some you can't use now (I attached some pictures)

Offline SampStunta

  • Wiseguy
  • ***
  • Posts: 82
  • Reputation: +2/-3
    • View Profile
    • Email
  • Xfire: SampStunta
Re: Suggestion specially for new players
« Reply #1 on: December 24, 2010, 02:24:45 am »
Oh this would be simple to make. I could even make it if this gets accepted :P

Offline - Robin.

  • Capo
  • *****
  • Posts: 457
  • Reputation: +14/-9
  • nyan nyan nyan nyan nyan nyan
    • MSN Messenger - nyannyan@nyan.com
    • View Profile
    • nyan.cat
  • Steam: nyan.cat
  • Xfire: nyan.cat
Re: Suggestion specially for new players
« Reply #2 on: December 24, 2010, 03:48:37 am »
'Welcome -playername- to World of Stunting' -->

Code: [Select]
public OnPlayerConnect(playerid)
{
    new namestr[MAX_PLAYER_NAME];
    new str[MAX_PLAYER_NAME+35];
    GetPlayerName(playerid,namestr,sizeof(namestr));
    format(str,sizeof(str),"Welcome %s to World of Stunting.",namestr);
    SendClientMessage(playerid, 0xFF12FFFF,str);
    return 1;
}

 =D =D =D =D

__________________________________________________
i <3 Take me Out
__________________________________________________
i <3 Moestie cuz he made signature
__________________________________________________

Offline alpha500delta

  • Boss
  • ******
  • Posts: 742
  • Reputation: +4/-15
  • :o
    • MSN Messenger - yttjekoopmans@hetnet.nl
    • View Profile
    • My youtube
  • Steam: alpha500delta
  • Xfire: alpha500delta
Re: Suggestion specially for new players
« Reply #3 on: December 24, 2010, 04:16:00 am »
Robin very nice but, what about under OnPlayerSpawn since OnPlayerCOnnect is already spammed with the news (lol)
« Last Edit: December 24, 2010, 06:00:17 am by alpha500delta »
rainbow

HELLO, dear visitor of my signature...

Offline RazorX

  • Boss
  • ******
  • Posts: 548
  • Reputation: +12/-63
  • Is it good or bad?
    • View Profile
    • Email
Re: Suggestion specially for new players
« Reply #4 on: December 24, 2010, 06:39:36 am »
And maybe re-organizate some commands like:

/help >
 /teleports >
 /funparks /airpots /tuners >
     /stuntworld /stuntpark 1-5
     /airport /airport2 /airport3
     /arch /locolow

etc

Offline - Robin.

  • Capo
  • *****
  • Posts: 457
  • Reputation: +14/-9
  • nyan nyan nyan nyan nyan nyan
    • MSN Messenger - nyannyan@nyan.com
    • View Profile
    • nyan.cat
  • Steam: nyan.cat
  • Xfire: nyan.cat
Re: Suggestion specially for new players
« Reply #5 on: December 24, 2010, 09:35:08 am »
Robin very nice but, what about under OnPlayerSpawn since OnPlayerCOnnect is already spammed with the news (lol)
Then you get spammed with this shit every time you spawn lol

__________________________________________________
i <3 Take me Out
__________________________________________________
i <3 Moestie cuz he made signature
__________________________________________________

Offline alpha500delta

  • Boss
  • ******
  • Posts: 742
  • Reputation: +4/-15
  • :o
    • MSN Messenger - yttjekoopmans@hetnet.nl
    • View Profile
    • My youtube
  • Steam: alpha500delta
  • Xfire: alpha500delta
Re: Suggestion specially for new players
« Reply #6 on: December 24, 2010, 11:05:05 am »
Thats handy xD if you forgot the commands you can just do /kill xD
rainbow

HELLO, dear visitor of my signature...