World of Stunting
Forum Front Desk => Suggestions => Topic started 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)
-
Oh this would be simple to make. I could even make it if this gets accepted :P
-
'Welcome -playername- to World of Stunting' -->
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
-
Robin very nice but, what about under OnPlayerSpawn since OnPlayerCOnnect is already spammed with the news (lol)
-
And maybe re-organizate some commands like:
/help >
/teleports >
/funparks /airpots /tuners >
/stuntworld /stuntpark 1-5
/airport /airport2 /airport3
/arch /locolow
etc
-
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
-
Thats handy xD if you forgot the commands you can just do /kill xD