Need help on my smoke script
#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


Messages In This Thread
Need help on my smoke script - by stanLeys - 25.07.2009, 13:11
Re: Need help on my smoke script - by stanLeys - 25.07.2009, 13:12
Re: Need help on my smoke script - by MadeMan - 25.07.2009, 13:15

Forum Jump:


Users browsing this thread: 1 Guest(s)