- 0
Problema stats
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
alinutz_boy32
Mi-a facut Ph0eniX un /stats . dar nu imi merge cand scriu /stats imi zice ca aceasta comanda nu exista!
Comanda:
[pawn]CMD:stats(playerid, params[])
{
if(!sscanf(params, "u", givepid))
{
if(IsPlayerConnected(givepid))
{
ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "Player Stats", ShowStats(givepid), "Ok", "");
return 1;
}
else return SendClientMessage(playerid, red, "ERROR: Player not connected!");
}
else return ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "Player Stats", ShowStats(playerid), "Ok", "");
}[/pawn]
si stock`ul
3 answers to this question
Recommended Posts