Jump to content

andy47

Membru
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by andy47

  1. In legatura cu mSelection nu ai fisierul mSelection.inc in folderul pawno/include . Linia aceata public OnGameModeInit(playerid)\OnFilterScriptinit(playerid) inlocuieteo cu public OnGameModeInit(playerid)
  2. Uitate aici un tool http://forum.sa-mp.com/showthread.php?t=215963 sper sa te ajute .
  3. Prima data citeste regulamentul http://www.sa-mp.ro/forum/index.php?topic=25345.0 ( regula 14 ) si dupa da reply . Acest system trebuie sa-l creezi tu . Nu stiu niciun system pe internet dupa cum spui tu .
  4. andy47

    1 Iunie

    La multi ani, copilasi ! :kiss: :-) Va doresc o viaţa lunga, minte-n cap şi bani la punga . :-)
  5. andy47

    Sistem TD

    Ti-am spus si in topicul unde ai postat deaiurea . Foloseste iTD http://forum.sa-mp.com/showthread.php?t=376758 .
  6. andy47

    DMV - LS

    E prea izolat dmv intre pereti aia . 3/5
  7. andy47

    Insula 'Admin'

    WoW bestiala insula 5/5 . :)
  8. Incearca dialogul asta de login : if(dialogid == 12346 || dialogid == 12347) { if(strlen(inputtext)) { new tmppass[64]; strmid(tmppass, inputtext, 0, strlen(inputtext), 255); //Encrypt(tmppass); OnPlayerLogin(playerid,tmppass); } else { new loginstring[128]; new loginname[64]; GetPlayerName(playerid,loginname,sizeof(loginname)); format(loginstring,sizeof(loginstring),"WRONG PASSWORD\nPlease enter the correct password:",loginname); ShowPlayerDialog(playerid,12347,DIALOG_STYLE_PASSWORD,"Login",loginstring,"Login","Exit"); gPlayerLogTries[playerid] += 1; if(gPlayerLogTries[playerid] == 5) { Ban(playerid); } } }
  9. Exista un model de postare http://www.sa-mp.ro/forum/index.php?topic=31017.0 . Si in legatura cu td-urile foloseste iTD http://forum.sa-mp.com/showthread.php?t=376758 .
  10. andy47

    HELP!!!

    Inlocuieste if(strcmp(cmd,"/job",true) == 0) cu if(strcmp(cmdtext, "/job", true) == 0)
  11. andy47

    AJUTOR!!

    Din cate inteleg ai de doua ori public OnPlayerConnect(playerid) { sterge una dintre ele .
  12. Bravo este chiar bun pentru inceput , astept sa incepi v3 . :D
  13. Exista un model de postare http://www.sa-mp.ro/forum/index.php?topic=31017.0 . T/C !
  14. andy47

    joburi

    Foloseste CTRL+F si cauta functia GivePlayerMoney . O sa ai ceva gen GivePlayerMoney( playerid, 2000); // inloc de 2000 pui tu cati dolari sa-i dea
  15. T/C . Problema rezolvata !
  16. Nu stiu eu le iau direct din joc cu /save si cu jetpack sau heli .
  17. Pune la OnGameModeInit SetGameModeText("SDA"); //inloc de SDA pune tu ce vrei sa-ti arate la Mode
  18. Inlocuieste cu PlayerData[i][pMuted] = 1; PlayerData[i][pMuteTime] = time*60;
  19. andy47

    ERROR PAWN

    Adauga deasuprea liniei 298 : new pw[200];
  20. Nu folosesti bine functia AddStaticVehicle documenteaza de aici : http://wiki.sa-mp.com/wiki/AddStaticVehicle
  21. Cuplacere ! T/C . Problema rezolvata !
  22. Daca folosesti mysql le modific direct din phpmyadmin ( adica baza de date din phpmyadmin ) , daca ai bud,ssqlite din baza de date din scriptfiles, daca ai file,dini,y_ini din fisierele cu casele din scriptfiles .
  23. Unde pui tu systemul de ownership .
  24. Incearca comanda asta : CMD:giveallmoney(playerid, params[]) { new moneyall,sendername[MAX_PLAYER_NAME],string[100]; GetPlayerName(playerid, sendername, sizeof(sendername)); if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first."); if(PlayerInfo[playerid][pAdminLevel] < 5) return SendClientMessage(playerid, COLOR_WHITE, AdminOnly); if(sscanf(params, "i",moneyall)) return SendClientMessage(playerid, 0xFFFFFFFF, "{B8DBFF}Syntax: /giveallmoney <money>"); if(moneyall >= 99999999) return SendClientMessage(playerid, COLOR_WHITE, "{FFB870}Error: Too much moneys."); format(string, sizeof(string),"{f03337}Admin %s give %s$ to all players online.",sendername,FormatMoney(moneyall)); SendClientMessageToAll(COLOR_WHITE,string); foreach(Player,i) { GivePlayerMoney(i, moneyall); } return 1; }
  25. Pune deasuprea la OnGameModeInit asta: main() { print("\n----------------------------------"); print(" Blank Gamemode by your name here"); print("----------------------------------\n"); }[/code sau [code]main() { } E acelasi lucru doar ca prima iti da in consola mesajul ala si cealalta nu-ti da nimic .
×
×
  • 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.