16.10.2011, 21:10
i dont need playerscore i need the player level that i script
I have command that working and shows the level
I have command that working and shows the level
PHP код:
command(score, playerid, params[])
{
new string[128];
format(string, sizeof(string), "Score: %i",PlayerLevel[playerid]);
SendClientMessage(playerid, Red, string);
return 1;
}