Hallo leute ich suche die funktion für die bier flashe und die zigarette die man mit der maus taste zum mund bewegt vll kennt sie jemand von euch
MFG 60Cent
Hallo leute ich suche die funktion für die bier flashe und die zigarette die man mit der maus taste zum mund bewegt vll kennt sie jemand von euch
MFG 60Cent
if(strcmp(cmd, "/rauchen", true) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
return 1;
}
if(strcmp(cmd, "/bier", true) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DRINK_BEER);
return 1;
}
Nice thx