Update player information without restarting server?
#5

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.");
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)