Tražite neku FS ili Include File? (Čitajte ovdje)

Započeo DevoXx, Decembar 22, 2014, 17:22:54 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 10 gostiju pregledaju ovu temu.

- Vaše ime na forumu: Fqris
- Šta tražite: FS Rent
- Opis: Treba mi FS za rent sistem... Tipa kucas /acreaterent id i dobijes vozilo.. posle kad nadjes mjesto za njega ides /aparkrent i tu da bude parkiran. Po mogucnosti da ima cmd za mijenjanje boje auta i podesavanje cijene
- Dodatak://

TIIIIIRRRRRRUUUUUU RIIIIIIIIIIIIIIIII RUUUUUUUUUUUUU

Citat: Fqris poslato Jun 01, 2019, 23:21:51 POSLE PODNE
- Vaše ime na forumu: Fqris
- Šta tražite: FS Rent
- Opis: Treba mi FS za rent sistem... Tipa kucas /acreaterent id i dobijes vozilo.. posle kad nadjes mjesto za njega ides /aparkrent i tu da bude parkiran. Po mogucnosti da ima cmd za mijenjanje boje auta i podesavanje cijene
- Dodatak://
Imas u aternos modu ili preuredi sebi od shomya fs

- Vaše ime na forumu: Justice
- Šta tražite: FS
- Opis: Trazim fs kada kucam /fps i id igraca da mogu da vidim njegov fps?
- Dodatak: objasnjeno gore

Citat: #justice poslato Jun 30, 2019, 13:51:08 POSLE PODNE
- Vaše ime na forumu: Justice
- Šta tražite: FS
- Opis: Trazim fs kada kucam /fps i id igraca da mogu da vidim njegov fps?
- Dodatak: objasnjeno gore

Nema to  8)




Give Honor To The One Who Deserve It





Citat: Mister Naithan poslato Jun 30, 2019, 14:33:58 POSLE PODNE
Nema to  8)

A šta ako kažem da ima ?


@justice Daj mi malo vremena pa ću ti izradit.
You'll be always in my heart, the end and thanks for amazing times. #WeAreLords

Citat: #justice poslato Jun 30, 2019, 13:51:08 POSLE PODNE
- Vaše ime na forumu: Justice
- Šta tražite: FS
- Opis: Trazim fs kada kucam /fps i id igraca da mogu da vidim njegov fps?
- Dodatak: objasnjeno gore
@#justice

[pawn]
CMD:fps(playerid, const params[])
{
   new targetid;
   if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, 0xAA333300, "CMD: /fps (name/id)");
   if(targetid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xAA333300, "Taj ID nije konektovan.");

   new str[55+MAX_PLAYER_NAME];
   GetPlayerName(targetid, str, MAX_PLAYER_NAME);

   format(str, sizeof(str), "(FPS): {FFFFFF}%s's {00FF00}FPS je {FFFFFF}%d.", str, GetPlayerFPS(targetid));
   SendClientMessage(playerid, 0x00FF00FF, str);
   return 1;
}
[/pawn]

https://github.com/emmet-jones/New-SA-MP-callbacks

- Vaše ime na forumu: rroberto
- Šta tražite: msm da je FS novi sam pa ne znam
- Opis: Treba mi pomoc fs je ja mislim za san marino/ath modove kada se na /server kreira vozilo da se automatski na njemu postavi label de pise ako je org ime org ako je privatno da pise ime vlasnika
- Dodatak: Takodje ako moze neko da mi pomogne to da ubacim
Poslednja Izmena: Jun 30, 2019, 18:17:34 POSLE PODNE od Fqris

Citat: mumitza. poslato Jun 30, 2019, 14:50:56 POSLE PODNE
@#justice

[pawn]
CMD:fps(playerid, const params[])
{
   new targetid;
   if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, 0xAA333300, "CMD: /fps (name/id)");
   if(targetid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xAA333300, "Taj ID nije konektovan.");

   new str[55+MAX_PLAYER_NAME];
   GetPlayerName(targetid, str, MAX_PLAYER_NAME);

   format(str, sizeof(str), "(FPS): {FFFFFF}%s's {00FF00}FPS je {FFFFFF}%d.", str, GetPlayerFPS(targetid));
   SendClientMessage(playerid, 0x00FF00FF, str);
   return 1;
}
[/pawn]

https://github.com/emmet-jones/New-SA-MP-callbacks
Jel znas mozda sta je problem ??
https://imgur.com/a/SgW20I5
@mumitza.


Citat: mumitza. poslato Jun 30, 2019, 20:03:32 POSLE PODNE
umm nemam pojma, testirao sam cmd i radi mi sve full @#justice
De ako bi mogao da bi posaljes pm kako se ubacuje mozda sam ja nesto zeznuo ipak sam skoro poceo da ucim pawn ?? @mumitza.

Pokušaj, ak I dalje ne pokazuje kako treba napravit ću ti cijelu CMD.

stock GetPlayerFPS(playerid){    SetPVarInt(playerid, "DrunkL", GetPlayerDrunkLevel(playerid));    if(GetPVarInt(playerid, "DrunkL") < 100) SetPlayerDrunkLevel(playerid, 2000);        else{            if(GetPVarInt(playerid, "LDrunkL") != GetPVarInt(playerid, "DrunkL"))            {                SetPVarInt(playerid, "FPS", (GetPVarInt(playerid, "LDrunkL") - GetPVarInt(playerid, "DrunkL")));                SetPVarInt(playerid, "LDrunkL", GetPVarInt(playerid, "DrunkL"));                if((GetPVarInt(playerid, "FPS") > 0) && (GetPVarInt(playerid, "FPS") < 256))                {                    return GetPVarInt(playerid, "FPS") - 1;                }            }        }    return 0;}
You'll be always in my heart, the end and thanks for amazing times. #WeAreLords

Citat: #justice poslato Jun 30, 2019, 20:16:33 POSLE PODNE
De ako bi mogao da bi posaljes pm kako se ubacuje mozda sam ja nesto zeznuo ipak sam skoro poceo da ucim pawn ?? @mumitza.
isto tako samo copy paste u svoj mod

Citat: M0nster poslato Jun 30, 2019, 20:25:06 POSLE PODNE
Pokušaj, ak I dalje ne pokazuje kako treba napravit ću ti cijelu CMD.

stock GetPlayerFPS(playerid){    SetPVarInt(playerid, "DrunkL", GetPlayerDrunkLevel(playerid));    if(GetPVarInt(playerid, "DrunkL") < 100) SetPlayerDrunkLevel(playerid, 2000);        else{            if(GetPVarInt(playerid, "LDrunkL") != GetPVarInt(playerid, "DrunkL"))            {                SetPVarInt(playerid, "FPS", (GetPVarInt(playerid, "LDrunkL") - GetPVarInt(playerid, "DrunkL")));                SetPVarInt(playerid, "LDrunkL", GetPVarInt(playerid, "DrunkL"));                if((GetPVarInt(playerid, "FPS") > 0) && (GetPVarInt(playerid, "FPS") < 256))                {                    return GetPVarInt(playerid, "FPS") - 1;                }            }        }    return 0;}
Nece opet , ukoliko mozes napraviti posalji mi link za download u pm , hvala unapred  8) @M0nster

- Vaše ime na forumu: Fqris
- Šta tražite: FS
- Opis: Treba mi dinamican sistem /aport-a ali da ne koristi filemanager plugin/include (imam nekih problema sa njim..)
- Dodatak: //

TIIIIIRRRRRRUUUUUU RIIIIIIIIIIIIIIIII RUUUUUUUUUUUUU

Citat: Fqris poslato Jul 01, 2019, 01:53:54 PRE PODNE
- Vaše ime na forumu: Fqris
- Šta tražite: FS
- Opis: Treba mi dinamican sistem /aport-a ali da ne koristi filemanager plugin/include (imam nekih problema sa njim..)
- Dodatak: //
Odradicu ti danas/veceras, hoces u mysql ili ini?