24.10.2011, 20:41
Solamente te dire como
1.- Creas 2 arrays para todos los players [MAX_PLAYERS], y un text draw por player
2.- OnPlayerDeath array de muertes[playerid]++; y array de asesinatos[killerid]++;
3.- TextDrawSetString, con esto le seteas el contenido que tendra el textdraw,ej:
1.- Creas 2 arrays para todos los players [MAX_PLAYERS], y un text draw por player
2.- OnPlayerDeath array de muertes[playerid]++; y array de asesinatos[killerid]++;
3.- TextDrawSetString, con esto le seteas el contenido que tendra el textdraw,ej:
pawn Код:
TextDrawSetString(textdrawid,"Esto es un simple texto, tambien puedes usar un array en ves de texto");