[POMOC] Hitnoooo!!!

Započeo Zenga1998, Maj 16, 2011, 18:25:33 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

xD pa tu se sve zbunjuje.. tamo onda kod /a moras da stavis od 1 do 1338.. a ovde kod /headadmin preko 1338..
A zar ti nije lakse da napravis "txt" komandu za headadmine... dacu ti skriptu za koji minut.. idem sad da jedem.. xDD


Evo ti citava komanda za to: NAPOMENA: Umesto tvoja komanda stavi /he ili sta vec zelis.. ;) :D


   if(strcmp(cmd, "/tvoja komanda", true) == 0) // By Lane_Hudson ----- umesto moja komanda stavi neku komandu( U tvom slucaju /he)
{
if (PlayerInfo[playerid][pAdmin] >= 1337)
   {
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' '))
{
idx++;
}
new offset = idx;
new result[128];
while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
{
result[idx - offset] = cmdtext[idx];
idx++;
}
result[idx - offset] = EOS;
  idx++;
  if(!strlen(result)) return SendClientMessage(playerid, COLOR_GREY, "KORISTI: /tvoja komanda [text]");

format(string, sizeof(string), "* Head Admin %s: %s ",sendername,(result));
SendClientMessageToAll(0x2587CEFF, string);
format(string, sizeof(string), "[HEAD ADMIN]: %s pise u Konzoli: [%s]", sendername, (result));
ABroadCast(COLOR_LIGHTRED,string, 5);
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,s);
format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s Wrote a White Message At the Console: [Message: %s]",d,m,y,h,mi,s,sendername,(result));
AdminLog(string);
}
return 1;
}

Poslednja Izmena: Maj 16, 2011, 19:55:38 POSLE PODNE od Lane_Hudson

poznaticovik

Citat: Lane_Hudson poslato Maj 16, 2011, 19:55:18 POSLE PODNE
Evo ti citava komanda za to: NAPOMENA: Umesto tvoja komanda stavi /he ili sta vec zelis.. ;) :D


   if(strcmp(cmd, "/tvoja komanda", true) == 0) // By Lane_Hudson ----- umesto moja komanda stavi neku komandu( U tvom slucaju /he)
{
if (PlayerInfo[playerid][pAdmin] >= 1337)
   {
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' '))
{
idx++;
}
new offset = idx;
new result[128];
while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
{
result[idx - offset] = cmdtext[idx];
idx++;
}
result[idx - offset] = EOS;
  idx++;
  if(!strlen(result)) return SendClientMessage(playerid, COLOR_GREY, "KORISTI: /tvoja komanda [text]");

format(string, sizeof(string), "* Head Admin %s: %s ",sendername,(result));
SendClientMessageToAll(0x2587CEFF, string);
format(string, sizeof(string), "[HEAD ADMIN]: %s pise u Konzoli: [%s]", sendername, (result));
ABroadCast(COLOR_LIGHTRED,string, 5);
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,s);
format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s Wrote a White Message At the Console: [Message: %s]",d,m,y,h,mi,s,sendername,(result));
AdminLog(string);
}
return 1;
}



- By Govn0 Moje

Daj molim te komanda nije tvoja , tako da te nestavljaj creditse sebi da si napravio komandu , jer nisi komandu ni pipnio , samo je preveo.

jos uvjek crasha... dali je do /a?

Pa nesto sto si napravio pre /he je sigurno.. :/ Izbaci komande koje si pravio tj izbacuj i compilaj dok ne otkrijes koja je.. :/


diro sam GM chat.. dali je do toga.. evo script... jbgg novi sam skripter pa tak da jos neznam dobro sry ://


if(strcmp(cmd, "/g", true) == 0)
   {
       if(IsPlayerConnected(playerid))
       {
         GetPlayerName(playerid, sendername, sizeof(sendername));
         new length = strlen(cmdtext);
         while ((idx < length) && (cmdtext[idx] <= ' '))
         {
            idx++;
         }
         new offset = idx;
         new result[64];
         while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
         {
            result[idx - offset] = cmdtext[idx];
            idx++;
         }
         result[idx - offset] = EOS;
         if(!strlen(result))
         {
            SendClientMessage(playerid, COLOR_GRAD2, "KORISTITE: /g [game master chat]");
            return 1;
         }
         format(string, sizeof(string), "*%d Game Master %s: %s", PlayerInfo[playerid][pGameMaster], sendername, result);
         if (PlayerInfo[playerid][pGameMaster] >= 1)
            SendAdminMessage(COLOR_LIGHTGREEN, string);
         }
         printf("GameMaster %s: %s", sendername, result);
      }
      return 1;
   }

Hmmm dobar je chat.. znas kako uradi.. skini novi mod sa novim compilerom... :/ ili skini samo novi mod pa kopiraj .pwn skroz.. :/
http://www.sa-mp.com/download.php odaberi download samp windows server tu i skini sve pa uzmi kopiraj scriptfiles, filterscripts i plugins i ubaci ovo sto skines.. :P

Sve teme koje budu imale npr.  "[Pomoc] Potrebna pomoc" ce biti lockane jer u naslovu ne navode za sto im je potrebna pomoc

da admin chat ostavim kaki je il da ga napravim isto ko /he