Jump to content

VAurel

Membru
  • Posts

    335
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by VAurel

  1. Acum 12 ore, HPQ123 a spus:

    Ai definit un textdraw cu un index mai mare decât cele actuale.

     

    Stai asa , ca iti dau cod de la textdraw!

    uite :

           LogoTD[0] = TextDrawCreate(555.666992, 430.177947, "CSTRACKER");
        TextDrawLetterSize(LogoTD[0], 0.399333, 1.458963);
        TextDrawAlignment(LogoTD[0], 1);
        TextDrawColor(LogoTD[0], -1);
        TextDrawSetShadow(LogoTD[0], 1);
        TextDrawSetOutline(LogoTD[0], 0);
        TextDrawBackgroundColor(LogoTD[0], 255);
        TextDrawFont(LogoTD[0], 2);
        TextDrawSetProportional(LogoTD[0], 1);
        TextDrawSetShadow(LogoTD[0], 1);

    Este gm burned edit by AndreiGB

  2. La 08.03.2019 la 16:12, LucaAdv. a spus:

    Poftim cod-ul  ! :
     

    
    CMD:bonus(playerid,params[], help)
    {
    	new str[128];
    	if(PlayerInfo[playerid][pLevel] != 1) return SCM(playerid, -1, "Ai luat deja acest bonus");
    	if(IsPlayerConnected(playerid))
    	{
     	   	{
    			PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);
    	    	GivePlayerCash(playerid, 100000000);
    			PlayerInfo[playerid][pLevel] = 7;
                PlayerInfo[playerid][pPremiumPoints] += 2080;		
    			PlayerInfo[playerid][pCarLic] = 1;
    			PlayerInfo[playerid][pCarLicT] = 100;
      	        Update(playerid, pCashx);
       		 	Update(playerid, pLevelx);
    		    Update(playerid, pPremiumPointsx);
              	Update(playerid, pCarLic);
    			mysql_query(SQL,str);
    	     	ShowPlayerDialog(playerid, 3354, DIALOG_STYLE_MSGBOX, "Server Bonus", "{ffffff}Ai folosit comanda /bonus si ai primit:\n Level 7\n - 100.000.000 $\n -{ffff00} 2080 {ffffff}Puncte Premium si Licenta de Driving !","OK","");
    		}
    	}
    	return 1;
    }

    Daca folosesti cmd daca nu pui YCMD

    Multumesc , puteti da T/C

×
×
  • 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.