06.09.2013, 05:31
here my friend
Quote:
if (strcmp("/ciggy", cmdtext, true, 10) == 0||strcmp("/CIGGY", cmdtext, true, 10) == 0) { ApplyAnimation(playerid, "SHOP", "Smoke_RYD", 4.1, 1, 0, 0, 0, 0); SetPlayerSpecialAction(playerid, SPECIAL_ACTION_SMOKE_CIGGY); return 1; } |