help tag mistach and
#6

wow..

/facepalm

pawn Код:
stock ShowStats(targetid)
{
    new name[MAX_PLAYER_NAME];
    new cash =  GetPlayerMoney(targetid);
    new level = GetPlayerScore(targetid);
    new coordsstring[128],coordsstring2[128];
    format(coordsstring, sizeof(coordsstring),"|_________________________________________________| %s (%d) |_________________________________________________|",name, targetid);
    SendClientMessage(targetid, COLOR_GREEN,coordsstring);
    format(coordsstring2, sizeof(coordsstring2), "|Level: %d | Cash: $%d", level,cash);
    SendClientMessage(targetid, COLOR_GREEN,coordsstring2);
}
Reply


Messages In This Thread
help tag mistach and - by Jamal' - 10.08.2010, 15:33
Re: help tag mistach and - by Hiddos - 10.08.2010, 15:37
Re: help tag mistach and - by Jamal' - 10.08.2010, 15:40
Re: help tag mistach and - by Hiddos - 10.08.2010, 15:45
Re: help tag mistach and - by Jamal' - 10.08.2010, 15:46
Re: help tag mistach and - by Kar - 10.08.2010, 15:51
Re: help tag mistach and - by Jamal' - 10.08.2010, 15:56
Re: help tag mistach and - by Kar - 10.08.2010, 16:01
Re: help tag mistach and - by Jamal' - 10.08.2010, 16:14
Re: help tag mistach and - by Jamal' - 10.08.2010, 16:16

Forum Jump:


Users browsing this thread: 7 Guest(s)