Script Help Please
#10

Try this.

Код:
//Top of Script
new Text:Bitch;
new count;

public OnGameModeInit()
{
	for(new i=0; i<MAX_PLAYERS; i++)
	{
	  new str[75];
	  format(str, sizeof(str), "Team1: %d", i);
	  Bitch = TextDrawCreate(0.0, 0.0, str);
	  break;
	}
	return 1;
}

public OnPlayerSpawn(playerid)
{
    count++;
    new str[30];
	TextDrawShowForPlayer(playerid, Bitch);
    format(Str,sizeof(Str),"Team1: %d",Bitch);
    TextDrawSetString(Bitch,Str);
	return 1;
}
Reply


Messages In This Thread
Script Help Please - by bennyisme - 13.05.2010, 22:57
Re: Script Help Please - by juice.j - 13.05.2010, 22:59
Re: Script Help Please - by bennyisme - 14.05.2010, 00:18
Re: Script Help Please - by NiiRV4N4 - 14.05.2010, 00:20
Re: Script Help Please - by bennyisme - 14.05.2010, 00:43
Re: Script Help Please - by bennyisme - 14.05.2010, 01:13
Re: Script Help Please - by bennyisme - 14.05.2010, 02:27
Re: Script Help Please - by PotH3Ad - 14.05.2010, 02:59
Re: Script Help Please - by bennyisme - 14.05.2010, 04:35
Re: Script Help Please - by Naxix - 14.05.2010, 08:15

Forum Jump:


Users browsing this thread: 1 Guest(s)