18.03.2014, 06:57
i don't know which animations is it i can't find 1 and i know that cigar is attachment
CMD:smoke(playerid, params[]) {
ApplyAnimation(playerid,"SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0); // Smokeing anim
return 1;
}
CMD:smokeweed(playerid, params[]) {
ApplyAnimation(playerid, "SMOKING", "F_smklean_loop", 4.0, 1, 0, 0, 0, 0); // weed Smoking
return 1;
}