Quote:
Originally Posted by XePloiT
pawn Код:
CMD:up(playerid,params[]) { #pragma unused params for(new i=0;i<MAX_PLAYERS;i++) { //All the updating you have to do. } return SendClientMessage(playerid,COLOR_WHITE,"All Players Information is Updated."); }
|
Hello, I understand all this code exept "//All the updating you have to do."