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
#2

Lol.
pawn Код:
SetPlayerScore(playerid, GetPlayerScore(playerid)+3);
Reply
#3

thanx man, i looked on wiki samp but tht was only for killing so i got a bit stuck
Reply
#4

Quote:
Originally Posted by funky1234
Посмотреть сообщение
Lol.
indeed
Reply
#5

lol.. its ok,...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)