26.04.2012, 20:56
I only have.
I want a cmd /scorelist.
Teams/
When for example a russian kills an italian it show.
/scorelist
==========
Russian 1 kills.
Italian 0 kills.
Bikers 0 kills. etc etc ....
========== Like that
understood? im a newb here.
pawn Code:
#include <a_samp>
#include <sscanf2>
#include <SII>
#include <dini>
#include <streamer>
#include <func>
Teams/
pawn Code:
#define ITALIAN_MAFIA 0
#define RUSSIAN_MAFIA 1
#define HITMANS 2
#define BIKER 3
#define ELITEG 4
#define GANGZ 5
/scorelist
==========
Russian 1 kills.
Italian 0 kills.
Bikers 0 kills. etc etc ....
========== Like that
understood? im a newb here.