[AJUDA] /arrastar ir no banco de trбs
#1

Olб, nгo estou conseguindo que quando um policial de /arrastar o player vб para o banco de trбs, ele estб indo para o da frente. Alguйm pode me ajudar por gentileza?

Код:
		if(strcmp(cmd, "/arrastar", true) == 0) 
	{
	    if(IsPlayerConnected(playerid))
	    {
	        if(PlayerInfo[playerid][pTanabolisante] > 0) return SendClientMessage(playerid,COLOR_GREY,"[AV] Vocк estб suspenso!");
            if(!IsACop(playerid))
			{
			    SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo й um Cop!");
                return 0x01;
			}
			tmp = strtok(cmdtext, idx);
			if(!strlen(tmp))
			{
				SendClientMessage(playerid, COLOR_GRAD2, " [AV]: /arrastar [IdPLayer/ParteDoNome]");
                return 0x01;
			}
			new newcar = GetPlayerVehicleID(playerid);
			new playa;
			playa = ReturnUser(tmp);
			if(IsACopCar(newcar) || IsNgCar(newcar) || IsAnFbiCar(newcar))
			{
			    if(IsPlayerConnected(playa))
			    {
			        if(playa != INVALID_PLAYER_ID)
			        {
			            new Float:x, Float:y, Float:z;
			            GetPlayerPos(playa,x,y,z);
			            if(IsPlayerInRangeOfPoint(playerid, 5, x, y, z))
			            {
			            	PutPlayerInVehicle(playa,newcar,1);
			            	GetPlayerName(playa, giveplayer, sizeof(giveplayer));
							format(string, sizeof(string), "[AV] %s colocou %s no camburгo.", sendername ,giveplayer);
							ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
							new y1, m, d;
							new h,mi,s;
							getdate(y1,m,d);
							gettime(h,mi,s);
							format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s [CMD] -> /arrastar %s",d,m,y1,h,mi,s,sendername,giveplayer);
							CommandLog(string);
						}
						else
						{
							SendClientMessage(playerid, COLOR_GREY, "Jogador nгo estб prуximo a vocк.");
						}
					}
			    }
			}
			else
			{
			    SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб em um veнculo policial!");
			}
	    }
        return 0x01;
	}
Reply


Messages In This Thread
[AJUDA] /arrastar ir no banco de trбs - by felipe360 - 29.10.2011, 17:45
Re: [AJUDA] /arrastar ir no banco de trбs - by Kuddy - 29.10.2011, 17:54
Re: [AJUDA] /arrastar ir no banco de trбs - by felipe360 - 29.10.2011, 17:58
Re: [AJUDA] /arrastar ir no banco de trбs - by lexmem - 30.10.2011, 04:15
Re: [AJUDA] /arrastar ir no banco de trбs - by felipe360 - 30.10.2011, 15:32
Re: [AJUDA] /arrastar ir no banco de trбs - by Francalim - 30.10.2011, 15:41
Re: [AJUDA] /arrastar ir no banco de trбs - by felipe360 - 30.10.2011, 15:59

Forum Jump:


Users browsing this thread: 1 Guest(s)