Jump to content

RiCoCz

Uživatel
  • Příspěvků

    8
  • Registrován

  • Aktivní

Reputace

0 Na nule
  1. RiCoCz

    pomoc ban

    dik moc už to jede, mužete lock
  2. RiCoCz

    pomoc ban

    když to dam tak, tak se mi zapiše v samp.ban duvod ale zabanovanýmu ne
  3. RiCoCz

    pomoc ban

    to bude tim že použivam exis
  4. RiCoCz

    pomoc ban

    ted to napiše do samp.ban duvod ale háči ne
  5. RiCoCz

    pomoc ban

    čaute, mam menši problem s přikazem /ban dal sem ho přes timer aby ukazovalo hráči kdo ho zabanoval a duvod to funguje,ale v samp.ban mi to nezapiše ten duvod za co dostal ban pls help helpne mi teda někdo pls ?
  6. RiCoCz

    pomoc ban

    čaute, mam menši problem s přikazem /ban dal sem ho přes timer aby ukazovalo hráči kdo ho zabanoval a duvod to funguje,ale v samp.ban mi to nezapiše ten duvod za co dostal ban pls help
  7. #include <a_samp> #pragma tabsize 0 new bool:event[MAX_PLAYERS]; public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp("/eventsystem",cmdtext, true, 10) == 0) { new string[1000]; strcat(string,"Let {FF0000}Smrti\n"); strcat(string,"Masaker\n"); strcat(string,"Auto Smrti\n"); strcat(string,"Kombajn Smrti\n"); strcat(string,"Texsaský Masaker\n"); strcat(string,"DM\n"); strcat(string,"{FF0000}Ukončit Event\n"); ShowPlayerDialog(playerid,9,DIALOG_STYLE_LIST,"{0099FF}Event System",string,"Zvoliť","Odmitnouť"); return 1; } if(strcmp("/dm",cmdtext, true, 10) == 0) { event[playerid] = true; { SendClientMessage(playerid,0xFF0000FF,"Event se nekona"); } }else{ event[playerid] = false; { GivePlayerWeapon(playerid,31,300); GivePlayerWeapon(playerid,23,300); GivePlayerWeapon(playerid,9,300); GivePlayerWeapon(playerid,26,300); SetPlayerPos(playerid,-515.04, -182.62, 77.56); new hrac[150]; GetPlayerName(playerid, hrac, sizeof(hrac)); format(hrac, sizeof(hrac), "%s se odwarpoval na /dm", hrac); SendClientMessageToAll(0x00FF00FF,hrac); } return 1; }return 0;} public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 9) { if(response) { if(listitem == 0) { event[playerid] = false; { SetPlayerPos(playerid,-1554.7914,-62.9416,15.0641); let = CreateVehicle(519,-1554.7914,-62.9416,15.0641,315.6829,1,1,100000); PutPlayerInVehicle(playerid, let, 0); SendClientMessageToAll(0x00FF00FF,"Byl Zapnutý Port na /let"); GameTextForAll("~y~Byl Zapnuty port na /let",5000,4); } } return 1; } } } return 0; } // Když jen tak dam /dm anebo /let anebo nějaky event jaký tam mám tak mi napíše Event se nekona a aji mě tam porte -,- Please Help
  8. RiCoCz

    script Titul Script v2.0

    Dam nekomu titul ale kdyz napise do chatu tak pred nickem nic neni.
×
×
  • Create New...