Update player information without restarting server?
#7

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."
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)