12.10.2012, 10:10
Here Is My Setlevel Command
And It Compiles With No Errors!
But When i type /setlevel <id>
It Set My Level To The Specified Id. Please Help
Код:
PInfo[id][Level] = level;//sets the level of the player dini_IntSet(file,"Level",level);//saves the new level to the file format(str,sizeof(str),"You have set %s's level to %d",n,level);//creates the string SendClientMessage(playerid,LIGHTBLUE,str); return 1; }
But When i type /setlevel <id>
It Set My Level To The Specified Id. Please Help