25.01.2011, 19:15
Tipo eu meto o comando /fumar mas ele fuma sem cigarro, e eu ja vi num server ao fazer /fumar aparecia o sigarro, aguem sabe como posso meter ? agradeco
if(strcmp(cmd, "/fumar", true) == 0)
{
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_SMOKE_CIGGY);
return 1;
}
if(strcmp(cmd, "/fumar", true) == 0)
{
if(IsPlayerConnected(playerid))
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
return 1;
}
}
if(strcmp(cmd, "/fumar", true, 10) == false)
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COR , "Vocк nгo estб conectado!");
return 1;
}
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
return 1;
}
if(strcmp(cmd, "/fumar", true, 10) == false)
{
iff(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COR , "Vocк nгo estб conectado!");
return 1;
}
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
SendClientMessage(playerid, COR , "[INF] Se Voce fumar Muinto Poderб Morrer Seu Maconheiro");
GameTextForPlayer(i, "~w~Fum~n~~r~ando ...", 5000, 1);
return 1;
}