24.04.2010, 14:56
here is an example of a msgbox which show the player wanted level :
Код:
if(strcmp(cmd, "/stats", true) == 0) { new string[128]; format(string,sizeof(string),"Wanted Level:%d",GetPlayerWantedLevel(playerid)); ShowPlayerDialog(playerid,123321,DIALOG_STYLE_MSGBOX,"Stats",string,"Ok","Cancel"); return 1; }