Jump to content

heatON

Membru
  • Posts

    442
  • Joined

  • Last visited

    Never

Posts posted by heatON

  1. se gaseste cineva sa il doboare.

    si ala care se gaseste n-are ce face.. ce e asa palpitant sa floodezi?niciodata nu am inteles, da asta-i faza ROMANII numa atata stiu sa faca rau altuia

    mii scarba ca traiesc in tara asta invadata de retarzi

  2. //---------------------------------[Set Skin]--------------------------
    
    	if(strcmp(cmd, "/setskin", true) == 0)
    	{
    	    if(IsPlayerConnected(playerid))
    	    {
    			tmp = strtok(cmdtext, idx);
    			if(!strlen(tmp))
    			{
    				SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /setskin [playerid/PartOfName] [skin model]");
    				return 1;
    			}
    			new playa;
    			new health;
    			playa = ReturnUser(tmp);
    			tmp = strtok(cmdtext, idx);
    			health = strval(tmp);
    			if (PlayerInfo[playerid][pAdmin] >= 4)
    			{
    			    if(IsPlayerConnected(playa))
    			    {
    			        if(playa != INVALID_PLAYER_ID)
    			        {
    			            new name[20];
    						new victim[20];
    						GetPlayerName(playerid, name, sizeof(name));
    						GetPlayerName(playa, victim, sizeof(victim));
    						PlayerInfo[playa][pModel] = health;
    						PlayerInfo[playa][pChar] = health;
    						SetPlayerSkin(playa, PlayerInfo[playa][pChar]);
    						format(string, 256, "AdmWarning: [%s] Skin was just set to %d by %s!",victim,health,name);
    						ABroadCast(COLOR_YELLOW,string,1);
    					}
    				}
    			}
    			else
    			{
    				SendClientMessage(playerid, COLOR_GRAD1, "   You have not been authorized to use that command!");
    			}
    		}
    		return 1;
    	}

    Multi o cautati luati-o si adaugati-o in GM succes.

    1 e deja adaugata

    2 gura cu off-topicu pacat ca nu e un loc unde sa se posteze avertismentele si ban o perioada

  3. Da mah fii mai inspirat fa ceva gate fa baza de gang akolo ca se merita hq ceva biz la godfather.

    daca nu stii sa citesti mai invata romana

    1 are 2 porti (una intrare, alta garaj)

    2 poate fi orice baza/.. etc

    3 bizurile si chestiile GF va priveste pe voi!

  4. :=-" post="8897" timestamp="1236452863"]

    Pui coordonatele la celalalt obiect sub primul.

    if(strcmp(cmd, "/open", true) == 0)
      		{
          		if(gTeam[playerid] == x || PlayerInfo[playerid][pLeader] == x || PlayerInfo[playerid][pMember] == x)
          		{
         		MoveObject(numeleportii, x.x, y.y, z.z, viteza);
          MoveObject(numeleportii2, x.x, y.y, z.z, viteza);      		}
    }
    nu mere asa ai pus gresit paranteza aia "}" pune asa
    if(strcmp(cmd, "/open", true) == 0)
      		{
          		if(gTeam[playerid] == x || PlayerInfo[playerid][pLeader] == x || PlayerInfo[playerid][pMember] == x)
          		{
         		MoveObject(numeleportii, x.x, y.y, z.z, viteza);
                    MoveObject(numeleportii2, x.x, y.y, z.z, viteza);      		
                    }
    }


    nu ar merita topicu sa fie Sticky?

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