[Pomoc]Tuning,Weapons,Cars


Započeo SteXi.ılllı., Februar 28, 2011, 14:53:21 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

SteXi.ılllı.

*

the bigger the lie, the more they believe

Skripta koju koristim:FactionGame>EDIT
Detaljan opis problema:Ne znam kako da napravim da osim RCON admina mogu svi admini od lvl 1 pa do vlasnika evo odavde sam skino FS.
http://forum.sa-mp.com/showthread.php?t=131715
Dio skripte:/
Neke slike/video za lakse dobivanje pomoci(neobavezno):/

K4[Я]!K3

*

'Respect cannot be learned, it can only be earned.'

prebaci to u mod pa onda
Kod: c
if(PlayerInfo[playerid][pAdmin] >= 1)
Poslednja Izmena: Februar 28, 2011, 14:59:47 POSLE PODNE od [ЯPF] K4Я!K3

SteXi.ılllı.

*

the bigger the lie, the more they believe

Citat: [ЯPF]  K4Я!K3 poslato Februar 28, 2011, 14:57:21 POSLE PODNE
prebaci to u mod pa onda
Kod: c
if(PlayerInfo[playerid][pAdmin] >= 1)


Jel trebam to dodati u mesto necega???

Ako ne trebam jeli bitno gde cu ga staviti ?

K4[Я]!K3

*

'Respect cannot be learned, it can only be earned.'

Primjer (:
Kod: c
dcmd_komanda(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
        // code
        //primjer XD
        SetPlayerHealth(playerid, 100.0);
    }
    return 1;
}
Poslednja Izmena: Februar 28, 2011, 17:18:24 POSLE PODNE od [ЯPF] K4Я!K3

SteXi.ılllı.

*

the bigger the lie, the more they believe