Forum Front Desk > Suggestions

Suggestion specially for new players

(1/2) > >>

RazorX:
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)

SampStunta:
Oh this would be simple to make. I could even make it if this gets accepted :P

- Robin.:
'Welcome -playername- to World of Stunting' -->


--- Code: ---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;
}
--- End code ---

 =D =D =D =D

alpha500delta:
Robin very nice but, what about under OnPlayerSpawn since OnPlayerCOnnect is already spammed with the news (lol)

RazorX:
And maybe re-organizate some commands like:

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

etc

Navigation

[0] Message Index

[#] Next page

Go to full version