Strings in Pawno
#5

pawn Код:
zcmd(score, playerid, params[])
{
    new score, string[128];
    score = GetPlayerScore(playerid);
    format(string, sizeof(string), "Score = \"%d\"", score);
    SendClientMessage(playerid, white, string);
    return 1;
}
EDIT: My bad, forgot the new string[128];
Reply


Messages In This Thread
Strings in Pawno - by Tigerbeast11 - 10.10.2009, 14:49
Re: Strings in Pawno - by _Vortex - 10.10.2009, 15:19
Re: Strings in Pawno - by Tigerbeast11 - 10.10.2009, 15:28
Re: Strings in Pawno - by Correlli - 10.10.2009, 15:40
Re: Strings in Pawno - by (.Aztec); - 10.10.2009, 16:46

Forum Jump:


Users browsing this thread: 1 Guest(s)