04.02.2011, 19:26
pawn Код:
if (strcmp("/fumar", cmdtext, true, 4) == 0 || strcmp("/fumando", cmdtext, true) == 0) {
ApplyAnimation(playerid,"SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0); // FUMAR
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
return 1;
}