Quote:
Originally Posted by Claude
You MUST forward this
Add at public OnFilterScriptInIt:
pawn Код:
SetTimer("THplayers", 1000, false); // false doesn't stop timer, gametext gets updated every 1 second
Now we need to public it
pawn Код:
public THplayers() { for(new i = 0; i < MAX_PLAYERS; i++) { new teamcount = 0, string[100]; if(GetPlayerTeam(i) == TEAM_HUNTER) teamcount++; format(string, sizeof(string),"~n~ ~n~ ~n~ ~n~ ~g~Team Hunter Players: %d", teamcount); // the ~n~ makes it go to the bottom GameTextForAll(1000, 3); return 1; } return 1; }
Try this
|
bad ass but its not in the corner and its too big how can i put it in the bottom right corner