Jump to content

susu

Membru
  • Posts

    32
  • Joined

  • Last visited

    Never

About susu

  • Birthday 06/22/1994

susu's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. La: [pawn]public OnPlayerStateChange(playerid, newstate, oldstate) { if(newcar == 1) { if(PlayerInfo[playerid][pPhousekey] == 0) { } else { SendClientMessage(playerid, COLOR_GRAD1,"You don't have permission to drive this car.Rent a room owner first."); RemovePlayerFromVehicle(playerid); } }[/pawn] Faci asa peentru fiecare casa
  2. susu

    New Music Login

    La OnPlayerConnect pui : PlayAudioStreamForPlayer(playerid, "link melodie"); La OnPlayerSpawn pui : StopAudioStreamForPlayer(playerid); //Asta in caz ca doresti sa se opreasca muzikca dupa ce se logheaza
  3. Rezolvi bugurile si scapi de lag PS: Recomand hostul 0ping
  4. susu

    Ajutor MoMu

    Giardea =)))) PS: Gireada
  5. susu

    Ajutor MoMu

    Acel text este din san andreas , poate fi schimbat cu ajutorul unui maper bun PS: Recomand Gireada!
  6. susu

    Problema /exit

    Uite : La [pawn]public SetPlayerToTeamColor(playerid) { if (PlayerInfo[playerid][pMember] == 8 || PlayerInfo[playerid][pLeader] == 8) //PS in cazul meu id de la factiunea hitman este 8 , nu stiu cum e la tine SetPlayerColor(playerid,0x72727200); }[/pawn]
  7. Eu am rezolvat de mult aceasta problema , puteti da /tc
  8. [pawn] if(strcmp(cmd, "/disablenewb", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 1337 && (!nonewbie)) { nonewbie = 1; BroadCast(COLOR_GRAD2, " Newbie chat channel disabled by an {FFFFFF}Admin!"); SendClientMessage(playerid, COLOR_GRAD2, " Newbie chat channel deactivated !"); } else if (PlayerInfo[playerid][pAdmin] >= 1337 && (nonewbie)) { nonewbie = 0; BroadCast(COLOR_GRAD2, " Newbie chat channel enabled by an {FFFFFF}Admin!"); SendClientMessage(playerid, COLOR_GRAD2, " Newbie chat channel activated !"); } else { SendClientMessage(playerid, COLOR_GRAD1, "Nu esti autorizat sa folosesti aceasta comanda!"); } } return 1; }[/pawn]
  9. Am zis ca am aceiasi problema , nu am rezolvato inca
  10. Coordonatele de la vechiul spawn le gaseti pe la sfarsit la : public SetPlayerSpawn if(PlayerInfo[playerid][pOrigin] == 1 //Los santos {SetPlayerPos(playerid, x,y,z); } Unde x , y, z sunt coordonatele
  11. Si eu am aceasi problema , totul pare a fi in regula la OnPropUpdate() si restul ce tine de case
  12. In primul rand trebuie sa vorbesti cu cei de la host sa iti faca o baza de date la sv , dupa care bagi in gm datele de la baza de date :)
  13. add : nu se lasa id-uri citeste regulamentul si te ajut ;)
  14. In cele mai multe cazuri e de la streamer deoarece streamerul pe care il foloseti este vechi , pt 0.3d si dac sv e pe versiunea 0.3e descarca ultima versiune de la streamer si dupa copileaza gm-ul din nou ;') PS: La mine a mers :)
  15. Uite unul bun : [pawn] if (realchat) { if(gPlayerLogged[playerid] == 0) { return 0; } if(PlayerInfo[playerid][pAdmin] >= 0) { GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "%s spune: %s", sendername, text); ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5); } // ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1); return 0; }[/pawn] //Daca doresti sa pastrezi chestia cu maskon .. integreazo in asta si app vezi ca ai uitat sa inchizi "}" aici: [pawn]if(realchat) { if(gPlayerLogged[playerid] == 0) { return 0; }[/pawn]
×
×
  • 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.