Jump to content

IcE.

Membru
  • Posts

    1,094
  • Joined

  • Last visited

Everything posted by IcE.

  1. Atunci e de la samp nu de la sv. Pe alte servere merge?
  2. Eventual toate :| De unde sa stiu ce folosesti tu.
  3. Trebuie sa si definesti ) [pawn] #define ResetMoneyBar ResetPlayerMoney #define UpdateMoneyBar GivePlayerMoney stock GivePlayerCash(playerid, money) { PlayerInfo[playerid][pCash] += money; ResetMoneyBar(playerid); UpdateMoneyBar(playerid,PlayerInfo[playerid][pCash]); return PlayerInfo[playerid][pCash]; } [/pawn]
  4. Nai inteles nimic ? Iti traduc eu ) Are un sitem de gang(turftake) si daca un X omoara un Y i se pun punctele la Y. Posteaza codu navem de unde sa stim ce ai tu acolo.
  5. Dai /veh in joc cu masina care vrei so salvezi, te duci unde vrei tu, dupaia scri /save car-rent1. Te duci in My Documents/GTA San Andreas User Files/SAMP/savedpositions.txt , il deschizi si copiezi masina in game mode. Titlu.
  6. Muti masinile, muti HQ(daca are) ,schimbi spawn point. Titlu.
  7. [pawn] dcmd_nrlist(playerid,params[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(RaceParticipant == 1) { new sendername[MAX_PLAYER_NAME]; GetPlayerName(i,sendername,MAX_PLAYER_NAME); // 128 transformat in MAX_PLAYER_NAME format(rentstringz,128," - %s [iD:%d] ", sendername,i); SendClientMessage(playerid, COLOR_YELLOW, rentstringz); } } } return 1; } [/pawn] Problema rezolvata, avea dcmd(..8..); si trebuia 6.
  8. Logic ca parola e gresita ). Tie sv-u iti salveaza parola criptata, si odata ce modifici user.ini modifici si parola...
  9. IcE.

    Problema

    De la cine ai NET?
  10. PAWN in romana? E lafel ca cum ai invata CHINEZA in JAPONEZA.
  11. http://wiki.sa-mp.com/wiki/Attach3DTextLabelToVehicle
  12. http://wiki.sa-mp.com/wiki/InteriorIDs Titlu.
  13. [pawn] //la inceput de gm new PlayerBanned[MAX_PLAYERS]; forward ResetBan(playerid); //la inceput de comanda (/ban) if(PlayerBanned[playerid] == -1)//report timer { SendClientMessage(playerid,COLOR_RED,"Poti da /ban doar o data la 3 minute!"); return 1; } //la comanda ban PlayerBanned[playerid] = -1; SetTimerEx("ResetBan", 180000, 0, "d", playerid); //la sfarsit de gm public ResetBan(playerid) { PlayerBanned[playerid] = 0; return 1; } [/pawn] Si la comanda /warn lafel.
  14. IcE.

    Server.cfg

    Ori nai amx in gamemodes, ori nu e ala numele corect.
  15. LOL GF - GodFather(e gm-u GF, de aici si numele) RP - RolePlay(joc de rol)
  16. A disparut dupa sa-mp.com decat :| . E inca cel mai bun anti cheat care exista(postat).
  17. IcE.

    nu gasesc.

    Da te ajut cu erori/warn nu sa iti facem noi treaba. Asa eu iti fac nu stiu ce sistem , tu il vinzi de 20euro, si eu ma aleg cu o durere pe cap. Lock. Titlu.
  18. IcE.

    Dini save

    Exemple de tutoriale/gm-uri care folosesc dini. http://forum.sa-mp.com/showthread.php?t=300794 http://forum.sa-mp.com/showthread.php?t=308390 http://forum.sa-mp.com/showthread.php?t=246845 http://forum.sa-mp.com/showthread.php?t=214660 Titlu.
×
×
  • 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.