I need help
#8

Код:
public GiveScore(playerid)
{
    new message[16];
    SetPlayerScore(playerid, GetPlayerScore(playerid) +1);
    format(message,sizeof(message),"UP| LEVEL UP (%d)",GetPlayerScore(playerid));
    SendClientMessage(playerid,COLOR_GREEN,message);
    return 1;
}
If it will fail try raising new message[16] to more, for example message[20] and on..
Reply


Messages In This Thread
I need help - by Nenzittow - 29.07.2014, 18:26
Re: I need help - by Clad - 29.07.2014, 18:29
Re: I need help - by Nenzittow - 29.07.2014, 18:34
Re: I need help - by DaniceMcHarley - 29.07.2014, 18:48
Re: I need help - by Nenzittow - 29.07.2014, 18:57
Re: I need help - by Clad - 29.07.2014, 19:14
Re: I need help - by Nenzittow - 29.07.2014, 19:31
Re: I need help - by Burning - 29.07.2014, 19:33
Re: I need help - by Clad - 29.07.2014, 19:35
Re: I need help - by Burning - 29.07.2014, 19:36

Forum Jump:


Users browsing this thread: 4 Guest(s)