Jump to content
  • 0

pomoc prihlašení


Guest [*LoNg*]LiFe

Dotaz

12 odpovědí na tuto otázku

Recommended Posts

  • 0

do OnPlayerCommandText

dcmd(prikaz,6,cmdtext);

 

kamkoli do módu :

 

dcmd_prikaz(playerid, params[]){
#pragma unused params
new string[256];
new Float:healt;
GetPlayerHealth(playerid,healt);
format(string,256,"Wanted Level : %d || Peníze : %d || Život : %d",GetPlayerWantedLevel(playerid),GetPlayerMoney(playerid),healt);
SendClientMessage(playerid, COLOR_GREEN, string);
}

Link to comment
Share on other sites

  • 0

JEZISI KRISTE ..delal sem na to TuT ...na prikaz kdyz da /ucet tak se objevi jaky ma skin jestli ma ridicak wanted level pas atd...proste to tam je ..skus hledat delal sem ho pred 2 dny

Link to comment
Share on other sites

  • 0
Guest [*LoNg*]LiFe

1. buzno si ti

2. ja nekopcim vies ja vytvaram a nie ako ti mozno ti kopcis "buzno"

ja to mam takto "buzno"

 

dcmd_"buzno"(playerid, params[]){
#pragma unused params
new "buzno"[256];
format("buzno",256,"Wanted Lvl : %d || Peniaze : %d || Banka : %d || Vodičák : %d || Kľúče : %d || Warps : %d",GetPlayerWantedLevel(playerid),GetPlayerMoney(playerid),bank,ridicak,kluc,warpas);
SendClientMessage(playerid, COLOR_"buzno", "buzno"); ti "buzno"
return 1;
}

Link to comment
Share on other sites

  • 0
dcmd_"buzno"(playerid, params[]){

#pragma unused params

new "buzno"[256];

format("buzno",256,"Wanted Lvl : %d || Peniaze : %d || Banka : %d || Vodičák : %d || Kľúče : %d || Warps : %d",GetPlayerWantedLevel(playerid),GetPlayerMoney(playerid),bank,ridicak,kluc,warpas);

SendClientMessage(playerid, COLOR_"buzno", "buzno"); ti "buzno"

return 1;

}

 

Pochybuji ze ti to takhle pojede LAMERE

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...