Jump to content

kidu13

Membru
  • Posts

    158
  • Joined

  • Last visited

    Never

Everything posted by kidu13

  1. S-a mai discutat asta de 1321321312312 de ori
  2. kidu13

    AFK Color

    Am , cu comenzile /afk si /back , dar cum pun un loc de /afk , sa ii se schimbe culoare dupa 3 minute .. ?
  3. kidu13

    Ajutor

    Posteaza comanda si te ajut :)
  4. kidu13

    Warnuri

    Nu e Roman! Posteaza liniile.
  5. kidu13

    AFK Color

    Salut , deci .. cand cineva sta afk mai mult de 3 minute sa ii schimbe culoarea in gri .. sper ca ati prins ideea, astept un raspuns :*
  6. Ai adaugat ceva nou in GM?
  7. kidu13

    Un raspuns!!

    3.0b ) greseala mea :D
  8. kidu13

    AFK Sistem

    Nimeni nu stie? :(
  9. kidu13

    Un ajutor

    http://www.sa-mp.ro/forum/index.php?topic=6490.0
  10. kidu13

    Un raspuns!!

    1. NU am idee 2. Obiectele se vad asa din cauza Sa-mp-ului 3.0b .
  11. kidu13

    AFK Sistem

    As vrea sa stiu si eu asta , help pls :)
  12. Fara id-uri , e din cauza IP-ului
  13. ESte din cauza Sa:mp-ului 3.0b .
  14. kidu13

    Bug Mute

    Vezi cmd asta : if(strcmp(cmd, "/mute", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /mute [playerid/PartOfName] [time(minutes)]"); return 1; } new playa; new time; playa = ReturnUser(tmp); tmp = strtok(cmdtext, idx); time = strval(tmp); if (PlayerInfo[playerid][pAdmin] >= 1) { if(IsPlayerConnected(playa)) { if(playa != INVALID_PLAYER_ID) { GetPlayerName(playa, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); if(PlayerInfo[playa][pMuted] == 0) { PlayerInfo[playa][pMuted] = 1; PlayerInfo[playa][pMuteTime] = time*60; printf("AdmCmd: %s silenced %s for %d minutes",sendername, giveplayer ,time); format(string, sizeof(string), "AdmCmd: %s was silenced by %s for %d minute(s)",giveplayer ,sendername,time); ABroadCast(COLOR_LIGHTRED,string,1); format(string, sizeof(string), "* You can watch how many minutes you have left by typing /mutetime"); SendClientMessage(giveplayerid,COLOR_GREY, string); } else { PlayerInfo[playa][pMuted] = 0; PlayerInfo[playa][pMuteTime] = 0; printf("AdmCmd: %s unsilenced %s",sendername, giveplayer); format(string, sizeof(string), "AdmCmd: %s was unsilenced by %s",giveplayer ,sendername); ABroadCast(COLOR_LIGHTRED,string,1); } } } } else { SendClientMessage(playerid, COLOR_GRAD1, " you are not authorized to use that command!"); } } return 1; }
  15. danutz_samp , sa cresti mare :X :X am rezolvat, am gasit fisierul .. :X ms frumos .. credeam ca s-a dus cu totul..
  16. ajuta-ma frate, ca am muncit atat degeaba!
  17. Am lucrat toata vacanta la un GM , si acum cand sa dau compile .. C:\Documents and Settings\nume\Desktop\xgm.pwn(15) : fatal error 100: cannot read from file: "utils" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
  18. Salut , ma poate ajuta cineva cu jobul de Steet Sweeper ? Am luat un GM care are jobul dar nu stiu unde se pune fiecare , ma ajuta careva? thx :D
  19. kidu13

    respawn car

    Sa spunem ca ai masinile AddStaticVehicle(coordonate); Faci asa la toate masinile : AddStaticVehicleEx(coordonate,timp);
×
×
  • 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.