Jump to content

(SE)SoNNy

Membru
  • Posts

    89
  • Joined

  • Last visited

  • Days Won

    5

Community Answers

  1. (SE)SoNNy's post in Load Turfs was marked as the answer   
    for(new i = 1; i < sizeof(TurfInfo); i++)  {      Turfs = GangZoneCreate(TurfInfo[tMinX],TurfInfo[tMinY],TurfInfo[tMaxX],TurfInfo[tMaxY], TurfInfo[tNr], TurfInfo[tNrSize]);  }  
    Acest cod trebuie executat dupa incarcarea teritoriilor. Verifica daca se executa in ordinea corecta.
  2. (SE)SoNNy's post in Problema!Help ME! was marked as the answer   
    La inceputul scriptului pui:
    static Text3D:pWantedText[MAX_PLAYERS];
  3. (SE)SoNNy's post in Problema slot masina was marked as the answer   
    if( PlayerInfo[ playerid ][ pPcarkey ] != 9999 || PlayerInfo[ playerid ][ pPcarkey2 ] != 9999 || PlayerInfo[ playerid ][ pPcarkey3 ] != 9999 ) return SendClientMessage( playerid -1, "Nu mai ai slot-uri disponibile pentru a cumpara alta masina." ); if(PlayerInfo[ playerid ][ pPcarkey ] == 9999) { PlayerInfo[ playerid ][ pPcarkey ] = car; } else if(PlayerInfo[ playerid ][ pPcarkey2 ] == 9999) { PlayerInfo[ playerid ][ pPcarkey2 ] = car; } else if( PlayerInfo[ playerid ][ pPcarkey3 ] == 9999 ) { switch( PlayerInfo[ playerid ] [ pVip ] ) { case 0: SendClientMessage( playerid -1, "Trebuie sa fii VIP pentru a folosi al 3-lea slot!" ); case 1: PlayerInfo[ playerid ][ pPcarkey3 ] = car; } }
  4. (SE)SoNNy's post in Ajutor TextDraw was marked as the answer   
    TextDrawBackgroundColor(Textdraw0, 0); TextDrawBoxColor(Textdraw0, 0); la fiecare
  5. (SE)SoNNy's post in Problema MySQL was marked as the answer   
    GivePlayerMoney(playerid, P_DATA[playerid][pMoney]); vad ca ai aici dar P_DATA[playerid][pMoney] unde este setat cu valoarea noua? Si foloseste `Money`=%d fara ' '.
  6. (SE)SoNNy's post in Comenzi. was marked as the answer   
    Comenzile facute cu "zcmd" le scoti inafara callback-ului "OnPlayerCommandText" poti eventual sa le pui la sfarsitul GM-ului.
  7. (SE)SoNNy's post in Culoare Text draw was marked as the answer   
    Eu cred ca glumiti cu totii :| Unde ati mai vazut sa schimbati culoarea unui "sprite" din gta sa? Ala asa ramane.. negru pentru ca asa e el.
×
×
  • 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.