A small reqest
#4

Quote:
Originally Posted by weedxd
Посмотреть сообщение
U mean that i can use the given tepmplate which u made like this? and just add them under the code of money ?
PHP код:
strcat(statz"Kills: %d\n",GetPlayerKills(playerid)); 
It would not be out of the way, he getplayerkills not a function, but you can do as follows:

pawn Код:
new KILLZ[MAX_PLAYERS];
OnPlayerDeath:
pawn Код:
KILLZ[killerid] += 1;
Strcat:
pawn Код:
strcat(statz, "Kills: %d\n",KILLZ[playerid]);
Reply


Messages In This Thread
A small reqest - by weedxd - 15.05.2014, 11:17
Re: A small reqest - by Hwang - 15.05.2014, 11:29
Re: A small reqest - by weedxd - 15.05.2014, 11:35
Re: A small reqest - by Hwang - 15.05.2014, 11:39
Re: A small reqest - by weedxd - 15.05.2014, 11:43
Re: A small reqest - by Hwang - 15.05.2014, 11:52
Re: A small reqest - by Hwang - 15.05.2014, 13:33
Re: A small reqest - by weedxd - 15.05.2014, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)