07.07.2013, 16:22
pawn Код:
new Text:Players;
public OnGameModeInit() {
Players = TextDrawCreate(1.0, 5.6, "");
return 1;
}
new cStr[25];
format (cStr, sizeof cStr, "Players Online %d/8" playersconnected);
TextDrawSetString(Players, cStr);
TextDrawShowForPlayer(playerid, Players);