Jump to content

TopGun

Membru
  • Posts

    45
  • Joined

  • Last visited

    Never

TopGun's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

0

Reputation

  1. Pai pune si tu la if(PlayerInfo[playerid][pRank] == 6) { format(string, sizeof(string), "** Godfather %s: %s. )) **", sendername, result); } la ** Godfather %s .... pune asa ** Godfather {FF0000}%s: {FFFFFF}%s. Eu ti-am dat un exemplu fa cum vrei culorile, le gasesti pe http://wiki.sa-mp.com/wiki/Hex_colours
  2. TopGun

    Problema

    Nu-mi apar portile de la PD cand dai /gate ele se aud ca se deschid dar NU LE VAD! objectele . Si nici la eventurile de ex: LBS event e undeva pe apa si am niste garduri si nici alea nu se vad.
  3. TopGun

    Problema

    Da am bagat si sunt cele noi, ma refer la streamer
  4. TopGun

    Problema

    degeaba tot asa nu se vad.
  5. TopGun

    Problema

    mai zice cineva ceva?
  6. TopGun

    Problema

    Ma omule asta il am si eu si l-am bagat Ajutama cu warningurile alea si spuneti-mi de ce nu se vad /gate de la PD .
  7. Posteaza si tu comanda /stats
  8. TopGun

    Problema

    Am facut asta si tot nu se vad obiectele + ramane warningurile alea. Am scos pluginul incognito si sscanf
  9. TopGun

    Problema

    Si cum fac asta?
  10. TopGun

    Problema

    Cum rezolv astea? Am bagat intr-un GM streamerul de la incognito si sscanf Si inca ceva eu am pe server /gate la PD si altele dar nu mi se vad. Adica cand dau /gate imi scrie sus ca se deschide poarta dar eu nu VAD POARTA. DE AIA AM BAGAT PLUGINURILE ASTEA. Dati-mi o rezolvare.
  11. Am o problema la /rb nu mi se vad. Am descarcat alte GM de pe NET si /rb la alea merg dar pe GM asta care il am nu merge. Vreo rezolvare? /rb [pawn] if(strcmp(cmdtext, "/roadblock", true)==0 || strcmp(cmdtext, "/rb", true)==0) { if (PlayerInfo[playerid][pMember] != 1 && PlayerInfo[playerid][pLeader] != 1) return SendClientMessage(playerid, COLOR_GREY, "You are not a Cop!"); if (PlayerInfo[playerid][pRoadblock] != 0) return SendClientMessage(playerid, COLOR_GREY, "You can only deploy 1 roadblock at a time, type /rrb to remove your existing one."); if (roadblocktimer != 0) return SendClientMessage(playerid, COLOR_GREY, "Please wait before trying to spawn another roadblock!"); new Float:X, Float:Y, Float:Z, Float:A; GetPlayerPos(playerid, X, Y, Z); GetPlayerFacingAngle(playerid, A); PlayerInfo[playerid][pRoadblock] = CreateObject(981, X, Y, Z, 0.0, 0.0, A+180); SetPlayerPos(playerid, X, Y, Z+4); GameTextForPlayer(playerid, "~w~Roadblock ~r~Placed", 5000, 5); SendClientMessage(playerid, COLOR_GREEN, "Roadblock deployed successfully, type /rrb or /roadunblock to remove it."); roadblocktimer = 1; GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "HQ: A roadblock has been deployed by %s.", sendername); for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[pMember] == 1 || PlayerInfo[pLeader] == 1) { //SetPlayerCheckpoint(playerid, X, Y, Z-10, 1.0); SendClientMessage(i, TEAM_BLUE_COLOR, string); if (PlayerInfo[pRank] >= 5 && PlayerInfo[pMember] || PlayerInfo[pLeader] == 1) { SendClientMessage(i, COLOR_YELLOW, "You can remove all roadblocks by typing /rrball"); } } } } SetTimer("ResetRoadblockTimer", 60000, false); return 1; }[/pawn] /rrb [pawn] if(strcmp(cmdtext, "/roadunblock", true)==0 || strcmp(cmdtext, "/rrb", true)==0) { if (PlayerInfo[playerid][pMember] != 1 && PlayerInfo[playerid][pLeader] != 1) { SendClientMessage(playerid, COLOR_GREY, "You are not a Cop!"); return 1; } if (PlayerInfo[playerid][pRank] < 2) { SendClientMessage(playerid, COLOR_GREY, "You have to be rank 2 to use this command!"); return 1; } if (PlayerInfo[playerid][pRoadblock] == 0) { SendClientMessage(playerid, COLOR_GREY, "You haven't deployed a roadblock!"); return 1; } RemoveRoadblock(playerid); SendClientMessage(playerid, COLOR_GREEN, "Roadblock removed successfully."); return 1; }[/pawn] /rrball [pawn] if(strcmp(cmdtext, "/roadunblockall", true)==0 || strcmp(cmdtext, "/rrball", true)==0) { if (PlayerInfo[playerid][pRank] >= 5 && PlayerInfo[playerid][pMember] || PlayerInfo[playerid][pLeader] == 1) { for(new i = 0; i < MAX_PLAYERS; i++) { if(PlayerInfo[pRoadblock] != 0) { RemoveRoadblock(i); } } GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "HQ: All roadblocks in the area are to be disbanded immediately by order of %s.", sendername); for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[pMember] == 1 || PlayerInfo[pLeader] == 1) { SendClientMessage(i, TEAM_BLUE_COLOR, string); } } } } else { SendClientMessage(playerid, COLOR_GREY, "You have to be rank 5+ or a police leader to remove all roadblocks!"); } return 1; }[/pawn]
  12. TopGun

    Ajutor

    Acuma am schimbat si e pe dos am pus din nou /rb si cand dau /rb nu apare dar cand dau /rrball (removeroadblockall) imi apare ) ce naiba sa mai fac
  13. TopGun

    Ajutor

    gf.pwn(62654) : error 001: expected token: "#endif", but found "-end of file-" Am rezolvat cu foreach acuma cu /rb de la PD , de ce nu se vad?
  14. TopGun

    Ajutor

    linia era 62295 dar nu e nicio comanda. #define foreach(%1,%2) for (new %2 = 0; %2 < sizeof(%1); %2++ ) asta?
×
×
  • 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.