Where Do I Put This?
#1

So im trying to make teams for my Death Match in the making. So i found a tutorial here https://sampforum.blast.hk/showthread.php?tid=243194

but i do not know where to put

Код:
if(text[0] == '!')
{
new name[24], string[256];
GetPlayerName(playerid, name, 24);
format(string, sizeof(string), "[TEAM]%s: %s", name, text[1]);
for(new c = 0; c < MAX_PLAYERS; c++)
{
if(IsPlayerConnected©)
{
if(GetPlayerTeam© == GetPlayerTeam(playerid))    
SendClientMessage(c, GetPlayerColor(playerid), string);    
}
}return 0;
}
Please Help
Reply


Messages In This Thread
Where Do I Put This? - by Bmxerlmao5288 - 11.06.2011, 21:03
Re : Where Do I Put This? - by Naruto_Emilio - 11.06.2011, 21:07
AW: Where Do I Put This? - by Julian12345 - 11.06.2011, 21:07
Re: Re : Where Do I Put This? - by Bmxerlmao5288 - 11.06.2011, 21:13
Re : Where Do I Put This? - by Naruto_Emilio - 11.06.2011, 21:16
Re : Where Do I Put This? - by Naruto_Emilio - 11.06.2011, 21:24

Forum Jump:


Users browsing this thread: 1 Guest(s)