[Pomoc] Stats


Započeo BlackJoe, Novembar 09, 2014, 14:41:01 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim:City Lights [UP]
Detaljan opis problema:Ne pokazuje mi statse. samo nešto malo...
Dio skripte:
YCMD:stats(playerid, params[],help)
{

    #pragma unused help
	#pragma unused params
    if(UlogovanProvera[playerid] == 0) return SCM(playerid,-1,"BalkanAS | "CRVENA"Moras se ulogovati da bi koristio ovu komandu!");
    if(IsPlayerInAnyVehicle(playerid)) return SCM(playerid, -1, "BalkanAS | "CRVENA"Ne mozete gledati stats dok ste u vozilu!");
	KreirajStats(playerid);
	OcistiChat(playerid,9);
	return 1;
}

stock KreirajStats(playerid)
{
	if(KreiranStats[playerid] == 0)
	{
		EGSTATS[0][playerid] = CreatePlayerTextDraw(playerid,535.000000, 66.000000, "_");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[0][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[0][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[0][playerid], 0.870000, 33.100006);
		PlayerTextDrawColor(playerid,EGSTATS[0][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[0][playerid], 0);
		PlayerTextDrawSetProportional(playerid,EGSTATS[0][playerid], 1);
		PlayerTextDrawSetShadow(playerid,EGSTATS[0][playerid], 1);
		PlayerTextDrawUseBox(playerid,EGSTATS[0][playerid], 1);
		PlayerTextDrawBoxColor(playerid,EGSTATS[0][playerid], 70);
		PlayerTextDrawTextSize(playerid,EGSTATS[0][playerid], 124.000000, 3.000000);

		EGSTATS[1][playerid] = CreatePlayerTextDraw(playerid,535.000000, 66.000000, "_");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[1][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[1][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[1][playerid], 0.569999, 1.300000);
		PlayerTextDrawColor(playerid,EGSTATS[1][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[1][playerid], 0);
		PlayerTextDrawSetProportional(playerid,EGSTATS[1][playerid], 1);
		PlayerTextDrawSetShadow(playerid,EGSTATS[1][playerid], 1);
		PlayerTextDrawUseBox(playerid,EGSTATS[1][playerid], 1);
		PlayerTextDrawBoxColor(playerid,EGSTATS[1][playerid], -143522305);
		PlayerTextDrawTextSize(playerid,EGSTATS[1][playerid], 124.000000, 0.000000);

		EGSTATS[2][playerid] = CreatePlayerTextDraw(playerid,535.000000, 360.000000, "_");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[2][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[2][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[2][playerid], 0.569999, 0.399999);
		PlayerTextDrawColor(playerid,EGSTATS[2][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[2][playerid], 0);
		PlayerTextDrawSetProportional(playerid,EGSTATS[2][playerid], 1);
		PlayerTextDrawSetShadow(playerid,EGSTATS[2][playerid], 1);
		PlayerTextDrawUseBox(playerid,EGSTATS[2][playerid], 1);
		PlayerTextDrawBoxColor(playerid,EGSTATS[2][playerid], -143522305);
		PlayerTextDrawTextSize(playerid,EGSTATS[2][playerid], 124.000000, 0.000000);

		EGSTATS[3][playerid] = CreatePlayerTextDraw(playerid,535.000000, 82.000000, "_");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[3][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[3][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[3][playerid], 0.470000, 30.600004);
		PlayerTextDrawColor(playerid,EGSTATS[3][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[3][playerid], 0);
		PlayerTextDrawSetProportional(playerid,EGSTATS[3][playerid], 1);
		PlayerTextDrawSetShadow(playerid,EGSTATS[3][playerid], 1);
		PlayerTextDrawUseBox(playerid,EGSTATS[3][playerid], 1);
		PlayerTextDrawBoxColor(playerid,EGSTATS[3][playerid], -143522305);
		PlayerTextDrawTextSize(playerid,EGSTATS[3][playerid], 523.000000, -57.000000);

		EGSTATS[4][playerid] = CreatePlayerTextDraw(playerid,129.000000, 82.000000, "_");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[4][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[4][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[4][playerid], 0.470000, 30.400003);
		PlayerTextDrawColor(playerid,EGSTATS[4][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[4][playerid], 0);
		PlayerTextDrawSetProportional(playerid,EGSTATS[4][playerid], 1);
		PlayerTextDrawSetShadow(playerid,EGSTATS[4][playerid], 1);
		PlayerTextDrawUseBox(playerid,EGSTATS[4][playerid], 1);
		PlayerTextDrawBoxColor(playerid,EGSTATS[4][playerid], -143522305);
		PlayerTextDrawTextSize(playerid,EGSTATS[4][playerid], 130.000000, -57.000000);

		EGSTATS[5][playerid] = CreatePlayerTextDraw(playerid,216.000000, 67.000000, "Balkan Craft RolePlay - Stats v2.0");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[5][playerid], -1);
		PlayerTextDrawFont(playerid,EGSTATS[5][playerid], 2);
		PlayerTextDrawLetterSize(playerid,EGSTATS[5][playerid], 0.300000, 1.000000);
		PlayerTextDrawColor(playerid,EGSTATS[5][playerid], 255);
		PlayerTextDrawSetOutline(playerid,EGSTATS[5][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[5][playerid], 1);

		EGSTATS[6][playerid] = CreatePlayerTextDraw(playerid,260.000000, 82.000000, "_");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[6][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[6][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[6][playerid], -0.439999, 30.600004);
		PlayerTextDrawColor(playerid,EGSTATS[6][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[6][playerid], 0);
		PlayerTextDrawSetProportional(playerid,EGSTATS[6][playerid], 1);
		PlayerTextDrawSetShadow(playerid,EGSTATS[6][playerid], 1);
		PlayerTextDrawUseBox(playerid,EGSTATS[6][playerid], 1);
		PlayerTextDrawBoxColor(playerid,EGSTATS[6][playerid], -143522305);
		PlayerTextDrawTextSize(playerid,EGSTATS[6][playerid], 265.000000, -57.000000);

		EGSTATS[7][playerid] = CreatePlayerTextDraw(playerid,410.000000, 82.000000, "_");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[7][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[7][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[7][playerid], -0.439999, 30.600004);
		PlayerTextDrawColor(playerid,EGSTATS[7][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[7][playerid], 0);
		PlayerTextDrawSetProportional(playerid,EGSTATS[7][playerid], 1);
		PlayerTextDrawSetShadow(playerid,EGSTATS[7][playerid], 1);
		PlayerTextDrawUseBox(playerid,EGSTATS[7][playerid], 1);
		PlayerTextDrawBoxColor(playerid,EGSTATS[7][playerid], -143522305);
		PlayerTextDrawTextSize(playerid,EGSTATS[7][playerid], 395.000000, -57.000000);

		EGSTATS[8][playerid] = CreatePlayerTextDraw(playerid,535.000000, 105.000000, "_");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[8][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[8][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[8][playerid], 0.569999, 0.699999);
		PlayerTextDrawColor(playerid,EGSTATS[8][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[8][playerid], 0);
		PlayerTextDrawSetProportional(playerid,EGSTATS[8][playerid], 1);
		PlayerTextDrawSetShadow(playerid,EGSTATS[8][playerid], 1);
		PlayerTextDrawUseBox(playerid,EGSTATS[8][playerid], 1);
		PlayerTextDrawBoxColor(playerid,EGSTATS[8][playerid], -143522305);
		PlayerTextDrawTextSize(playerid,EGSTATS[8][playerid], 124.000000, 0.000000);

		EGSTATS[9][playerid] = CreatePlayerTextDraw(playerid,187.000000, 87.000000, "~r~IC");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[9][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[9][playerid], 2);
		PlayerTextDrawLetterSize(playerid,EGSTATS[9][playerid], 0.500000, 1.000000);
		PlayerTextDrawColor(playerid,EGSTATS[9][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[9][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[9][playerid], 1);

		EGSTATS[10][playerid] = CreatePlayerTextDraw(playerid,310.000000, 87.000000, "~b~OOC");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[10][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[10][playerid], 2);
		PlayerTextDrawLetterSize(playerid,EGSTATS[10][playerid], 0.500000, 1.000000);
		PlayerTextDrawColor(playerid,EGSTATS[10][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[10][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[10][playerid], 1);

		EGSTATS[11][playerid] = CreatePlayerTextDraw(playerid,423.000000, 87.000000, "~y~IMOVINA");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[11][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[11][playerid], 2);
		PlayerTextDrawLetterSize(playerid,EGSTATS[11][playerid], 0.500000, 1.000000);
		PlayerTextDrawColor(playerid,EGSTATS[11][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[11][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[11][playerid], 1);

		EGSTATS[12][playerid] = CreatePlayerTextDraw(playerid,137.000000, 134.000000, "~r~IME: ~w~Faris Hadzic");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[12][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[12][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[12][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[12][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[12][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[12][playerid], 1);

		EGSTATS[13][playerid] = CreatePlayerTextDraw(playerid,137.000000, 151.000000, "~r~LEVEL: ~w~23");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[13][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[13][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[13][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[13][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[13][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[13][playerid], 1);

		EGSTATS[14][playerid] = CreatePlayerTextDraw(playerid,137.000000, 168.000000, "~r~RESPEKTI: ~w~23/56");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[14][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[14][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[14][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[14][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[14][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[14][playerid], 1);

		EGSTATS[15][playerid] = CreatePlayerTextDraw(playerid,137.000000, 186.000000, "~r~SATI IGRE: ~w~ 256");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[15][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[15][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[15][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[15][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[15][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[15][playerid], 1);

		EGSTATS[16][playerid] = CreatePlayerTextDraw(playerid,137.000000, 204.000000, "~r~SATI U ORG: ~w~121");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[16][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[16][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[16][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[16][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[16][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[16][playerid], 1);

		EGSTATS[17][playerid] = CreatePlayerTextDraw(playerid,137.000000, 222.000000, "~r~ORG: ~w~FBI");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[17][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[17][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[17][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[17][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[17][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[17][playerid], 1);

		EGSTATS[18][playerid] = CreatePlayerTextDraw(playerid,137.000000, 241.000000, "~r~RANK U ORG: ~w~5");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[18][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[18][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[18][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[18][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[18][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[18][playerid], 1);

		EGSTATS[19][playerid] = CreatePlayerTextDraw(playerid,137.000000, 261.000000, "~r~KAZNA UGOVOR: ~w~0");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[19][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[19][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[19][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[19][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[19][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[19][playerid], 1);

		EGSTATS[20][playerid] = CreatePlayerTextDraw(playerid,137.000000, 281.000000, "~r~NOVAC: ~g~$255551");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[20][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[20][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[20][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[20][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[20][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[20][playerid], 1);

		EGSTATS[21][playerid] = CreatePlayerTextDraw(playerid,137.000000, 301.000000, "~r~BANKA: ~g~$521123");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[21][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[21][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[21][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[21][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[21][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[21][playerid], 1);

		EGSTATS[22][playerid] = CreatePlayerTextDraw(playerid,137.000000, 321.000000, "~r~POSAO: ~w~Mehanicar");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[22][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[22][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[22][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[22][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[22][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[22][playerid], 1);

		EGSTATS[23][playerid] = CreatePlayerTextDraw(playerid,276.000000, 134.000000, "~b~WARN: ~w~2/5");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[23][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[23][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[23][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[23][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[23][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[23][playerid], 1);

		EGSTATS[24][playerid] = CreatePlayerTextDraw(playerid,276.000000, 151.000000, "~b~DROGA: ~w~512G");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[24][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[24][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[24][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[24][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[24][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[24][playerid], 1);

		EGSTATS[25][playerid] = CreatePlayerTextDraw(playerid,276.000000, 169.000000, "~b~MATS: ~w~51212");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[25][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[25][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[25][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[25][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[25][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[25][playerid], 1);

		EGSTATS[26][playerid] = CreatePlayerTextDraw(playerid,276.000000, 187.000000, "~b~GODINE: ~w~17");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[26][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[26][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[26][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[26][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[26][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[26][playerid], 1);

		EGSTATS[27][playerid] = CreatePlayerTextDraw(playerid,276.000000, 204.000000, "~b~SPOL: ~w~Musko");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[27][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[27][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[27][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[27][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[27][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[27][playerid], 1);

		EGSTATS[28][playerid] = CreatePlayerTextDraw(playerid,276.000000, 221.000000, "~b~WANTED: ~w~5");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[28][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[28][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[28][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[28][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[28][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[28][playerid], 1);

		EGSTATS[29][playerid] = CreatePlayerTextDraw(playerid,276.000000, 237.000000, "~b~KREDIT: ~w~Ne");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[29][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[29][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[29][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[29][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[29][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[29][playerid], 1);

		EGSTATS[30][playerid] = CreatePlayerTextDraw(playerid,276.000000, 254.000000, "~b~MOBITEL KREDIT: ~w~$50");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[30][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[30][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[30][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[30][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[30][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[30][playerid], 1);

		EGSTATS[31][playerid] = CreatePlayerTextDraw(playerid,276.000000, 271.000000, "~b~UHAPSEN PUTA: ~w~8");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[31][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[31][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[31][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[31][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[31][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[31][playerid], 1);

		EGSTATS[32][playerid] = CreatePlayerTextDraw(playerid,416.000000, 134.000000, "~y~KUCA: ~w~Da");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[32][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[32][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[32][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[32][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[32][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[32][playerid], 1);

		EGSTATS[33][playerid] = CreatePlayerTextDraw(playerid,416.000000, 151.000000, "~y~FIRMA: ~w~Ne");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[33][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[33][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[33][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[33][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[33][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[33][playerid], 1);

		EGSTATS[34][playerid] = CreatePlayerTextDraw(playerid,416.000000, 168.000000, "~y~STAN: ~w~Da");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[34][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[34][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[34][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[34][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[34][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[34][playerid], 1);

		EGSTATS[35][playerid] = CreatePlayerTextDraw(playerid,416.000000, 184.000000, "~y~VIKENDICA: ~w~Da");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[35][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[35][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[35][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[35][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[35][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[35][playerid], 1);

		EGSTATS[36][playerid] = CreatePlayerTextDraw(playerid,416.000000, 200.000000, "~y~AUTO: ~w~Da");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[36][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[36][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[36][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[36][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[36][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[36][playerid], 1);

		EGSTATS[37][playerid] = CreatePlayerTextDraw(playerid,416.000000, 216.000000, "~y~MOTOR: ~w~Ne");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[37][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[37][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[37][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[37][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[37][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[37][playerid], 1);

		EGSTATS[38][playerid] = CreatePlayerTextDraw(playerid,416.000000, 232.000000, "~y~BICIKL: ~w~Ne");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[38][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[38][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[38][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[38][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[38][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[38][playerid], 1);

		EGSTATS[39][playerid] = CreatePlayerTextDraw(playerid,416.000000, 249.000000, "~y~LETJELICA: ~w~Da");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[39][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[39][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[39][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[39][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[39][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[39][playerid], 1);

		EGSTATS[40][playerid] = CreatePlayerTextDraw(playerid,416.000000, 265.000000, "~y~PLOVILO: ~w~Ne");
		PlayerTextDrawBackgroundColor(playerid,EGSTATS[40][playerid], 255);
		PlayerTextDrawFont(playerid,EGSTATS[40][playerid], 1);
		PlayerTextDrawLetterSize(playerid,EGSTATS[40][playerid], 0.210000, 1.400000);
		PlayerTextDrawColor(playerid,EGSTATS[40][playerid], -1);
		PlayerTextDrawSetOutline(playerid,EGSTATS[40][playerid], 1);
		PlayerTextDrawSetProportional(playerid,EGSTATS[40][playerid], 1);

		new string[256], iskustvo; iskustvo = (PlayerInfo[playerid][pLevel] * 2) + 2;
		new auto1[3], motor[3], bicikla[3], letelica[3], plovilo[3], kuca[3], stan[3], vikendica[3], firma[3], /*mobilni[3],*/ pol[7], kredit[3];
       /* if(PlayerInfo[playerid][pPreostaloZaOtplatu] == 0) kredit = "Ne";
        else if(PlayerInfo[playerid][pPreostaloZaOtplatu] > 0) kredit = "Da";
		if(PlayerInfo[playerid][pSex] == 1) pol = "Musko";
		else if(PlayerInfo[playerid][pSex] == 2) pol = "Zensko";*/
        /*if(PlayerInfo[playerid][pMobilni] == 0) mobilni = "Ne";
		else if(PlayerInfo[playerid][pMobilni] != 0) mobilni = "Da";*///ovo ostaje
		if(PlayerInfo[playerid][pPosedovanjeAuta] == -1) auto1 = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjeAuta] != -1) auto1 = "Da";
		if(PlayerInfo[playerid][pPosedovanjeMotora] == -1) motor = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjeMotora] != -1) motor = "Da";
		if(PlayerInfo[playerid][pPosedovanjeBicikla] == -1) bicikla = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjeBicikla] != -1) bicikla = "Da";
		if(PlayerInfo[playerid][pPosedovanjeAviona] == -1) letelica = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjeAviona] != -1) letelica = "Da";
		if(PlayerInfo[playerid][pPosedovanjePlovila] == -1) plovilo = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjePlovila] != -1) plovilo = "Da";
		if(PlayerInfo[playerid][pPosedovanjeKuce] == -1) kuca = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjeKuce] != -1) kuca = "Da";
		if(PlayerInfo[playerid][pPosedovanjeStana] == -1) stan = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjeStana] != -1) stan = "Da";
		if(PlayerInfo[playerid][pPosedovanjeVikendice] == -1) vikendica = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjeVikendice] != -1) vikendica = "Da";
		if(PlayerInfo[playerid][pPosedovanjeFirme] == -1) firma = "Ne";
		else if(PlayerInfo[playerid][pPosedovanjeFirme] != -1) firma = "Da";
		for(new i = 0; i < 41; i++) PlayerTextDrawShow(playerid, EGSTATS[i][playerid]);
		KreiranStats[playerid] = 1; SCM(playerid,-1,"[BalkanAS] "CRVENA"Da zatvorite stats kucajte ponovo '/stats'!");
		format(string, sizeof(string),"~r~Ime: ~w~%s",GetName(playerid));
		PlayerTextDrawSetString(playerid,EGSTATS[12][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~r~Sati u org: ~w~%d",PlayerInfo[playerid][pSatiuORG]);
		PlayerTextDrawSetString(playerid,EGSTATS[16][playerid], string);
		//------------------------------------------------------------------------------------
        format(string, sizeof(string),"~r~Novac: ~g~%d$",PlayerInfo[playerid][pNovacDzep]);
		PlayerTextDrawSetString(playerid,EGSTATS[20][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~y~Auto: ~w~%s",auto1);
		PlayerTextDrawSetString(playerid,EGSTATS[36][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~y~Motor: ~w~%s",motor);
		PlayerTextDrawSetString(playerid,EGSTATS[37][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~r~Respekti: ~w~%d/%d",PlayerInfo[playerid][pExp], iskustvo);
		PlayerTextDrawSetString(playerid,EGSTATS[14][playerid], string);
		//------------------------------------------------------------------------------------
        format(string, sizeof(string),"~r~Level: ~w~%d",PlayerInfo[playerid][pLevel]);
		PlayerTextDrawSetString(playerid,EGSTATS[13][playerid], string);
		//------------------------------------------------------------------------------------
        format(string, sizeof(string),"~r~Posao: ~w~%s",PosaoIme(PlayerInfo[playerid][pPosao]));
		PlayerTextDrawSetString(playerid,EGSTATS[22][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~r~ORG: ~w~%s",ImeOrganizacije(PlayerInfo[playerid][pClan]));
		PlayerTextDrawSetString(playerid,EGSTATS[17][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~y~Plovilo: ~w~%s",plovilo);
		PlayerTextDrawSetString(playerid,EGSTATS[40][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~r~Rank u org: ~w~%d",PlayerInfo[playerid][pRank]);
		PlayerTextDrawSetString(playerid,EGSTATS[18][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~r~Sati igre: ~w~%d",PlayerInfo[playerid][pSatiIgre]);
		PlayerTextDrawSetString(playerid,EGSTATS[15][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~r~Kazna ugovor ~w~%d",PlayerInfo[playerid][pOrgUgovor]);
		PlayerTextDrawSetString(playerid,EGSTATS[19][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~b~Warn: ~w~%d/5",PlayerInfo[playerid][pWarn]);
		PlayerTextDrawSetString(playerid,EGSTATS[23][playerid], string);
		//------------------------------------------------------------------------------------
   		format(string, sizeof(string),"~r~Banka: ~g~%d$",PlayerInfo[playerid][pNovacBanka]);
		PlayerTextDrawSetString(playerid,EGSTATS[21][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~y~Kuca: ~w~%s",kuca);
		PlayerTextDrawSetString(playerid,EGSTATS[32][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~y~Bicikl: ~w~%s",bicikla);
		PlayerTextDrawSetString(playerid,EGSTATS[38][playerid], string);
		//------------------------------------------------------------------------------------
        format(string, sizeof(string),"~y~Vikendica: ~w~%s",vikendica);
		PlayerTextDrawSetString(playerid,EGSTATS[35][playerid], string);
		//------------------------------------------------------------------------------------
        format(string, sizeof(string),"~y~Letjelica: ~w~%s",letelica);
		PlayerTextDrawSetString(playerid,EGSTATS[39][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~y~Firma: ~w~%s",firma);
		PlayerTextDrawSetString(playerid,EGSTATS[33][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~y~Stan: ~w~%s",stan);
		PlayerTextDrawSetString(playerid,EGSTATS[34][playerid], string);
		//------------------------------------------------------------------------------------
		/*format(string, sizeof(string),"~y~Mobitel: ~w~%s",mobilni);
		PlayerTextDrawSetString(playerid,EGSTATS[23][playerid], string);*///ovo ostaje
		//------------------------------------------------------------------------------------
        format(string, sizeof(string),"~b~Droga: ~w~%dg",PlayerInfo[playerid][pDroga]);
		PlayerTextDrawSetString(playerid,EGSTATS[24][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~b~Mats: ~w~%d",PlayerInfo[playerid][pMats]);
		PlayerTextDrawSetString(playerid,EGSTATS[25][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~b~Godine: ~w~%d",PlayerInfo[playerid][pGodine]);
		PlayerTextDrawSetString(playerid,EGSTATS[26][playerid], string);
		//------------------------------------------------------------------------------------
        format(string, sizeof(string),"~b~Spol: ~w~%s",pol);
		PlayerTextDrawSetString(playerid,EGSTATS[27][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~b~Wanted: ~w~%d",GetPlayerWantedLevel(playerid));
		PlayerTextDrawSetString(playerid,EGSTATS[28][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~b~Kredit: ~w~%s",kredit);
		PlayerTextDrawSetString(playerid,EGSTATS[29][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~b~Mobitel kredit: ~w~%d",PlayerInfo[playerid][pMobKredit]);
		PlayerTextDrawSetString(playerid,EGSTATS[30][playerid], string);
		//------------------------------------------------------------------------------------
		format(string, sizeof(string),"~b~Uhapsen Puta: ~w~%d",PlayerInfo[playerid][pUhapsenPuta]);
		PlayerTextDrawSetString(playerid,EGSTATS[31][playerid], string);
		//------------------------------------------------------------------------------------
	}
	else if(KreiranStats[playerid] == 1)
	{
	    for(new i = 0; i < 41; i++)
	    {
	        PlayerTextDrawShow(playerid, EGSTATS[i][playerid]);
	        PlayerTextDrawDestroy(playerid, EGSTATS[i][playerid]);
	        KreiranStats[playerid] = 0;
	    }
	}
	return 1;
}




Molimo te da procitas pravila foruma te da onda otvoris temu po pravilima.

Razlog zakljucavanja:

Zabranjeno je bumpati temu ukoliko nije proslo 24 sata.

Pravila:

Glavna pravila Balkan SA:MP foruma .
Razgovor u vezi PAWN-Skriptanja .