Jump to content

zroT

Membru
  • Posts

    255
  • Joined

  • Last visited

    Never

About zroT

  • Birthday 06/18/1995

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zroT's Achievements

Community Regular

Community Regular (8/14)

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

Recent Badges

-1

Reputation

  1. zroT

    Key

    Am o problema la parole. In log ( .ini ) parola unui player apare aiurea, adica daca parola adevarata este 123456 apare TSD3@gf ( ceva de genul ) Va rog sa ma ajutati
  2. zroT

    [FS] Ceas !

    [table] +1dar asta nu era fs lui joeman? [/table] Bine zis era...
  3. Perfect, nota 10 pentru tutorial.
  4. zroT

    Arme

    Cum fac sa cada pe joc armele unui player dupa ce moare? Ca in single player.
  5. Iti da vreo eroare sau e bug? PS: Data viitoare nu mai posta asa aiurea, dai si o explicatie ceva...( nu avem de unde sa stim ce e gresit aici )
  6. Incearca sa dai si tu compile.
  7. zroT

    UnLock

    [pawn] if(strcmp(cmd, "/unban", true) == 0) { if (PlayerInfo[playerid][pAdmin] >= 1) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /unban [playerid/PartOfName]"); return 1; } giveplayerid = ReturnUser(tmp); if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if(PlayerInfo[giveplayerid][pLocked] == 1) { PlayerInfo[giveplayerid][pLocked] = 0; TogglePlayerControllable(giveplayerid, 1); SendClientMessage(playerid, COLOR_YELLOW, "Account unlocked succesfuly."); } } } } else { SendClientMessage(playerid, COLOR_GRAD1, "You must be a level 3 admin to do this command."); } return 1; }[/pawn] Cum fac sa mearga??
  8. zroT

    wather

    Nu im trebuie un punct, vreau sa mearga comanda /apa doar cand e un animul ala care sta pluta in apa.
  9. zroT

    wather

    [pawn]if(strcmp(cmdtext, "/apa", true) == 0) { if (GetAnimationName(playerid)) { SetPlayerHealth(playerid, 100); GameTextForPlayer(playerid, "~r~+~w~100~r~HP", 5000, 1); } }[/pawn] Help.... Cum verific daca playerul este in apa?
  10. zroT

    wather

    dati-m si mie coordonatele de la animul ala de sta pluta in apa.
  11. zroT

    wather

    ma gandeam sa mearga comanda numai cand e animul ala care inoata.
  12. zroT

    wather

    Cum pot faca o comanda, sa pot sa beau apa din orice lac, ocean de pe harta? si sa creasta viata?
  13. zroT

    NPC

    Tot nu merge...
  14. zroT

    Bug la dialog

    exit din dialog
  15. Am un bug la dialog, daca dau EXIT im iese de pe server... De ce?
×
×
  • 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.