Solved Thanks! :)
#4

Quote:
Originally Posted by [Fackin'
Pyro ]
pawn Код:
new string[128];
format(string,sizeof(string),"Died %s times",dUserINT(PlayerName(playerid)).("TimesDied"));
SendClientMessage(playerid, RED, string);
That's it. Click on Weirdosport's link to formatting for more info you'll need in the future.
pawn Код:
new string[128];
format(string,sizeof(string),"Died %d times",dUserINT(PlayerName(playerid)).("TimesDied"));
SendClientMessage(playerid, RED, string);
Reply


Messages In This Thread
Solved Thanks! :) - by notec100 - 14.03.2009, 11:47
Re: Not quite sure - by Weirdosport - 14.03.2009, 13:30
Re: Not quite sure - by Pyrokid - 14.03.2009, 14:45
Re: Not quite sure - by Norn - 14.03.2009, 14:46
Re: Not quite sure - by Pyrokid - 14.03.2009, 14:48
Re: Not quite sure - by Dujma - 14.03.2009, 14:49
Re: Not quite sure - by Pyrokid - 14.03.2009, 14:50
Re: Not quite sure - by notec100 - 14.03.2009, 22:33
Re: Not quite sure - by Weirdosport - 14.03.2009, 23:41

Forum Jump:


Users browsing this thread: 1 Guest(s)