Jump to content

WaLLy

Membru
  • Posts

    51
  • Joined

  • Last visited

    Never

WaLLy's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Mda..am facut npc-uri mai grele ) nu e problema asta:) o sa revin cu noutati dupa terminarea gm-ului;)
  2. Hmm da.. Scuzati pt inactivitatea mea dar am lucrat si inca mai lucrez la un GM RO-RP...este aproape pe terminate fully mysql de la 0 no gf edit..multumesc celor de 5/5 si ca sa va rezolv cu chestia aia ca nu va merge npc-u sta pe loc uitati cum faceti: Pentru serverele RPG ( gf edit majoritatea ) aveti nevoie de urmatoarele chestii: la OnPlayerRequestClass: if(IsPlayerNPC(playerid) != 1){} si if (gPlayerLogged[playerid] != 1 && IsPlayerNPC(playerid) !=1) {} La OnPlayerConnect: if(IsPlayerNPC(playerid) != 1){} La SetPlayerSpawn if(IsPlayerNPC(playerid) != 1){} la OnPlayerSpawn if(IsPlayerNPC(playerid) != 1){} si la OnPlayerRequestSpawn if(IsPlayerNPC(playerid)) return 1; Atat. Daca faceti asta va merge 100%. Voi mai revenii cu alte npc-uri mult mai frumoase.
  3. hmm nam folosit niciodata decimal.. asa ca nu stiu ce are:-? tea-s ajuta cu mare placere..
  4. WaLLy

    Problema

    Doamneee.. arata aici logs sa vedem ce are!
  5. Nu prea inteleg ce ai scris acolo:)) fii mai explicit..am inteles ceva in genu: eu mers magazin
  6. vezi poate nai inchis comanda
  7. Adauga asta la ongamemodeinit ShowNameTags(2); sper sa mearga..
  8. Da ) Io revin imediat cu EDIT:P pt 2 zimi daca ai cumva ShowNameTags sau ceva de genu la ongamemodeinit daca ai zimi exact cum este!!
  9. FT frumos +1 de la mine am sa o bag pe sv la mine sa nu ma mai chinui io:)):D
  10. Da te ajut stia sa gasesc in GM:) app sfbhost here!!
  11. if(strcmp(cmd, "/idcard", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /idcard [playerid/PartOfName]"); return 1; } giveplayerid = ReturnUser(tmp); if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if (ProxDetectorS(8.0, playerid, giveplayerid)) { new ttext[20]; if(gTeam[playerid] == 3 || gTeam[playerid] == 4) { ttext = "Civilian"; } else if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1) { ttext = "Factiune"; } GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); SendClientMessage(giveplayerid, COLOR_WHITE, "|_________ Identification Card _________|"); format(string, sizeof(string), "** Name: %s.", sendername); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Level: %d.", PlayerInfo[playerid][pLevel]); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Phone Number: %d.", PlayerInfo[playerid][pPnumber]); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** City: Los Santos."); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Member: %s.", ttext); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Age: %d.", PlayerInfo[playerid][pAge]); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Wanted: %d.", WantedLevel[playerid]); SendClientMessage(giveplayerid, COLOR_GREY, string); SendClientMessage(giveplayerid, COLOR_WHITE, "|____________________________________|"); format(string, sizeof(string), "* %s is showing his identification card to %s.", sendername ,giveplayer); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); } else { SendClientMessage(playerid, COLOR_GREY, " That player is not near you !"); return 1; } } } else { SendClientMessage(playerid, COLOR_GREY, " That player is Offline !"); return 1; } } return 1; } PS: Pentru a mai adauga factiuni copy: else if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1) { ttext = "Factiune"; } apoi enter sub el si paste ;)
  12. Ok e ceva gen /stats???
  13. 1.http://forum.sa-mp.ro/index.php/topic,5573.0.html 2.edit sa caut prin gm (am asa ceva) 3.edit sa caut prin gm (am asa ceva) 4. idcard=?
×
×
  • 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.