World of Stunting

Forum Front Desk => Suggestions => Topic started by: RazorX on December 24, 2010, 02:06:07 am

Title: Suggestion specially for new players
Post by: RazorX 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)
Title: Re: Suggestion specially for new players
Post by: SampStunta 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
Title: Re: Suggestion specially for new players
Post by: - Robin. 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
Title: Re: Suggestion specially for new players
Post by: alpha500delta 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)
Title: Re: Suggestion specially for new players
Post by: RazorX 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
Title: Re: Suggestion specially for new players
Post by: - Robin. 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
Title: Re: Suggestion specially for new players
Post by: alpha500delta on December 24, 2010, 11:05:05 am
Thats handy xD if you forgot the commands you can just do /kill xD