Need help on my smoke script
#1

fixed
Reply
#2

yes it is fixed ppl
Reply
#3

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/Smoke", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid,COLOR_RED,"you startin to smoke some Weed, and feelin Greaaaaatty");
        ApplyAnimation(playerid,"JST_BUISNESS","smoke_01",4.1,1,1,1,1,1);
        SetPlayerWeather(playerid, -66);
        return 1;
    }
    return 0;
}
EDIT: lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)