[Ajuda] Warning no meu gamemode
#1

Eu coloquei um comando mais a corda nao aparece
comando
Код:
	if(strcmp(cmd, "/corda", true) == 0)
	{
		if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 497)
		{
		   Sliding[playerid] = 1;
		   RemovePlayerFromVehicle(playerid);
		   TogglePlayerControllable(playerid, 0);
		   SetTimerEx("Slide", 400, 0, "i", playerid);
		   SendClientMessage(playerid, COLOR_WHITE, "Voce esta descendo do helicуptero, use /pararcorda bem proximo ao chгo!");
		}
		else
		{
			SendClientMessage(playerid,-1, "{FF0000}[ERRO] Vocк nгo esta em um Helicуptero!");
		}
		return 1;
	}
++rep pra quem ajuda
Reply


Messages In This Thread
Sistema de corda - by Vinicius_TroLL - 19.10.2012, 13:23
Re: Warning no meu gamemode - by GReeN_WOoD - 19.10.2012, 13:31
Re: Warning no meu gamemode - by Schocc - 19.10.2012, 13:56
Re: Warning no meu gamemode - by Vinicius_TroLL - 19.10.2012, 14:21
Re: Warning no meu gamemode - by Delete_ - 19.10.2012, 14:30
Re: Warning no meu gamemode - by Vinicius_TroLL - 19.10.2012, 14:36

Forum Jump:


Users browsing this thread: 1 Guest(s)