Score help
#1

on my trucking server i need to know what to put
so i can add score of 3 each time they make a delivery,

this is where it needs to be in

pawn Код:
public OnPlayerFinishMission(playerid)
{
    SendClientMessage(playerid, 0x00FF00FF, "You have completed your mission!");
    new stringtext[100];
    TextDrawHideForPlayer(playerid, advert[playerid]);
    format(stringtext, sizeof(stringtext),"Type /work to start working");
    TextDrawShowForPlayer(playerid,advert[playerid]);
    TextDrawSetString(advert[playerid],stringtext);
   
    return 1;
}
Reply


Messages In This Thread
Score help - by Tom1412 - 01.06.2011, 13:02
Re: Score help - by Ash. - 01.06.2011, 13:09
Re: Score help - by Tom1412 - 01.06.2011, 13:39
Re: Score help - by xalith - 01.06.2011, 13:45
Re: Score help - by Cenation - 01.06.2011, 14:09

Forum Jump:


Users browsing this thread: 1 Guest(s)