Some Questions
#10

3. Use GameTextForPlayer or use textdraws.

4. OnPlayerRequestClass

pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
    if(classid == /*skinhere*/ && GetPlayerScore(playerid) < 50
    {
        SendClientMessage(playerid,COLOR_GREEN,"You don't have enough points to use this skin! (50 are required)");
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
Some Questions - by Rokzlive - 17.11.2010, 01:14
Re: Some Questions - by Ruffles. - 17.11.2010, 01:20
Re: Some Questions - by Haydz - 17.11.2010, 01:32
Re: Some Questions - by Rokzlive - 17.11.2010, 02:04
Re: Some Questions - by Ruffles. - 17.11.2010, 02:20
Re: Some Questions - by Ehab1911 - 17.11.2010, 02:55
Re: Some Questions - by [MWR]Blood - 17.11.2010, 08:01
Re: Some Questions - by Rokzlive - 17.11.2010, 16:17
Re: Some Questions - by Rokzlive - 17.11.2010, 16:44
Re: Some Questions - by Bessensap - 18.11.2010, 08:20

Forum Jump:


Users browsing this thread: 1 Guest(s)