NEED HELP! GameText Tutorial In-Game Help
#1

You probably know Redgie's RP's short tutorial ingame with GameText. The player gets to see a spot and you will get a small tutorial in GameText-style.

I want to do a bit similar stuff, I want to freeze the player for 15 seconds and then put a GameText on their screen like this:

~r~Do not deathmatch, revenge kill, bug abuse or hack.~n~
~r~You are also not allowed to metagame or powergame.~n~
~r~Have fun!

This is the player spawn part:

Код:
public OnPlayerSpawn(playerid)
{
	if(gPlayerLogged[playerid])
	{
		SetPlayerSpawn(playerid);
	}
	return 1;
}
Help me!
Reply


Messages In This Thread
NEED HELP! GameText Tutorial In-Game Help - by Dol - 25.03.2009, 16:53
Re: NEED HELP! GameText Tutorial In-Game Help - by LarzI - 25.03.2009, 17:05
Re: NEED HELP! GameText Tutorial In-Game Help - by Dol - 25.03.2009, 17:17
Re: NEED HELP! GameText Tutorial In-Game Help - by Rks25 - 25.03.2009, 17:19
Re: NEED HELP! GameText Tutorial In-Game Help - by XeoN_13 - 25.03.2009, 17:23
Re: NEED HELP! GameText Tutorial In-Game Help - by LarzI - 25.03.2009, 18:42
Re: NEED HELP! GameText Tutorial In-Game Help - by XeoN_13 - 25.03.2009, 20:59
Re: NEED HELP! GameText Tutorial In-Game Help - by Dol - 26.03.2009, 11:11
Re: NEED HELP! GameText Tutorial In-Game Help - by Oxside - 26.03.2009, 11:52
Re: NEED HELP! GameText Tutorial In-Game Help - by Dol - 26.03.2009, 14:05

Forum Jump:


Users browsing this thread: 1 Guest(s)