Posts: 108
Threads: 21
Joined: Aug 2016
Quote:
Originally Posted by ALiScripter
Very bad idea to use the old team system, move towards Array based functions.
|
Hey if it gets the job done,so be it.
Quote:
Originally Posted by JaKe Elite
PHP код:
#define TEAM_DRIVERS "Drivers"
TextDrawSetString(Text,TEAM_DRIVERS);
Try that.
|
Errors,it seems as though i need the integers there.
Quote:
Originally Posted by ThatFag
Код:
If(howugetplayersteam == TEAM_DRIVERS)
{
new string[50];
format(string,sizeof(string),"Team Taxi Drivers");
TextDrawSetString(string,TextDrawName);
}
this should work maybe idk what u meant tho
|
?