[AJUDA] Sistema de /mundos
#4

pawn Код:
#include zcmd
#include sscanf2


CMD:mundo(playerid,params[])
{
   new mundo;
   if(sscanf(params,"d", mundo)) return SendClientMessage(playerid, -1, "Uso: /mundo [nъmero] ");
   SetPlayerVirtualWorld(playerid, mundo);
   return 1;
}
Reply


Messages In This Thread
[AJUDA] Sistema de /mundos - by jonathan_agv - 28.04.2012, 19:08
Re: [AJUDA] Sistema de /mundos - by _Jizzy_ - 28.04.2012, 19:13
Re: [AJUDA] Sistema de /mundos - by Felipe_Wesker - 28.04.2012, 19:13
Re: [AJUDA] Sistema de /mundos - by luizfel2 - 28.04.2012, 19:22
Re: [AJUDA] Sistema de /mundos - by RebeloX - 28.04.2012, 20:15
Re: [AJUDA] Sistema de /mundos - by zSuYaNw - 28.04.2012, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)