OnPlayerClickPlayerTextDraw
#1

Okay hello everyone, I want to just make car spawning when I'll press my textdraw, I'm not telling you to write whole code for me just Car Spawning and Destroying when I'll press next button again from 400 to 500 model, Thank you very much, REP ++
Код:
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
{
    if(playertextid == PREVIOUSBUTTON[playerid])
    {
    	return 1;
    }
    if(playertextid == NEXTBUTTON[playerid])
    {
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
OnPlayerClickPlayerTextDraw - by Smacky - 17.02.2014, 21:07
Re: OnPlayerClickPlayerTextDraw - by Golimad - 17.02.2014, 22:58
Re: OnPlayerClickPlayerTextDraw - by Smacky - 18.02.2014, 05:33

Forum Jump:


Users browsing this thread: 1 Guest(s)