Jump to content

ScripterU

Membru
  • Posts

    11
  • Joined

  • Last visited

    Never

ScripterU's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Am si eu o problema .. # Comanda e pusa la OnPLayerDisconnect [table] [table][tr][td]if(gTeam[playerid] == 2 && IsACop(playerid)) { new string[128]; new wanted = WantedLevel[playerid]; new sendername; if(gTeam[playerid] == 2 && IsACop(playerid)) { if(wanted > 0) { format(string,128, "* %s has quited the game having Wanted Level[%d] (Quit).",sendername,wanted); SendRadioMessage(1, TEAM_BLUE_COLOR, string); printf("%s", string); } } }[/table] [/table]
  2. Salut. Deci eu imi dau fightstyle dupa ce inchid si redeschid serverul nu mai am fight style :| ce trebuie sa fac?
  3. ScripterU

    dcmd ?

    Nu nu se poate ,, ti-am dat eu pe mess comanda buna :)
  4. tot nu merge .. So ma ajuta cineva?
  5. Salut. As vrea si eu sa arate cand cineva iese cu wanted de pe server. # Am eu o comanda dar nu merge [table][tr][td]if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 1) { new string[128]; new wanted = WantedLevel[playerid]; new sendername[MAX_PLAYER_NAME]; GetPlayerName(playerid, sendername, sizeof(sendername)); if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 1) { if(wanted > 1) { format(string,128, " %s has quited the game having Wanted Level[%d] (Quit).",sendername, wanted); SendCOPMessage(0x00ACB2AA , string); } } }[/table]
  6. Salut , vreau si eu sa stiu cum sa fac cand cineva da /aod sa apara Asa: ScripterU[AOD] si dupa ce ma fac off duty sa apata numele normal. Stie cineva?
  7. Te ajut eu la intrebarea 3. Pasul 1: Cauti " if (realchat)" in GM Pui asta : [table] { if(PlayerInfo[playerid][pAdmin] >= 1) { format(string, sizeof(string), " %s ", text); SetPlayerChatBubble(playerid, string, 0xFFFF80FF, 30.0, 8000); } [/table] SUB [table] if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_GREY, " You havent logged in yet !"); return 1; } [/table]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.