score string.
#1

hey how would i make it so that it tells the player there score i made this but it dont work :/
Код:
	if(strcmp(cmdtext, "/score", true) == 0)
	{
	new pscore[24], string[128];
       GetPlayerScore(playerid);
       format(string, sizeof(string), "You're current score is: %s", pscore);
       SendClientMessage(playerid, 0xFFFFFFFF, string);
       return 1;
	}
It just says "You're current score is:" then nothing : /
Reply


Messages In This Thread
score string. - by [mad]MLK - 18.08.2009, 13:49
Re: score string. - by Weirdosport - 18.08.2009, 13:51
Re: score string. - by JaTochNietDan - 18.08.2009, 13:51

Forum Jump:


Users browsing this thread: 1 Guest(s)