Ajuda no "SETLEVEL" comando
#9

nгo sei muito bem oq й strtok, so o strcmp e dcmd:
Aqui meu codigo. So tem isso:
Код:
dcmd_setlevel(playerid, params[])
{
            new tmp[256], tmp2[256], Index;		tmp = strtok(params,Index), tmp2 = strtok(params,Index);
		    if(!strlen(params)) return SendClientMessage(playerid, VERMELHO, "USAGE: /setlevel [playerid] [level]");
	    	new player1, level, playername[MAX_PLAYER_NAME], adminname[MAX_PLAYER_NAME], string[128];
			GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
			GetPlayerName(playerid, adminname, MAX_PLAYER_NAME);
			player1 = strval(tmp);
			level = strval(tmp2);
			if(!strlen(tmp2)) return SendClientMessage(playerid, VERMELHO, "USAGE: /setlevel [playerid] [level]");
			if(!IsPlayerConnected(player1)) return SendClientMessage(playerid, VERMELHO, "Player nгo conectado");
			if(level > MAX_LEVEL) return SendClientMessage(playerid, VERMELHO, "Level maximo й 100. Escolha igual ou menor a 100");
			format(string,sizeof(string),"ADMIN: %s mudou o level de %s para %d", adminname, playername, level);
            dUserSetINT(PlayerName2(player1)).("Level",(level));
            PlayerInfo[player1][Level] = level;
            dUserSetINT(PlayerName2(player1)).("Level",(level));
            PlayerInfo[player1][Level] = level;
			return SendClientMessageToAll(BRANCO, string);
			

}
e no OnPlayerCommadText:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
   
     dcmd(setlevel,8,cmdtext);
     return 0;
}
Reply


Messages In This Thread
Ajuda no "SETLEVEL" comando - by blackwave - 14.11.2010, 23:22
Re: Ajuda no "SETLEVEL" comando - by ipsBruno - 14.11.2010, 23:45
Re: Ajuda no "SETLEVEL" comando - by blackwave - 14.11.2010, 23:57
Re: Ajuda no "SETLEVEL" comando - by ipsBruno - 15.11.2010, 00:00
Re: Ajuda no "SETLEVEL" comando - by blackwave - 15.11.2010, 00:02
Re: Ajuda no "SETLEVEL" comando - by ipsBruno - 15.11.2010, 00:03
Re: Ajuda no "SETLEVEL" comando - by blackwave - 15.11.2010, 00:05
Re: Ajuda no "SETLEVEL" comando - by ipsBruno - 15.11.2010, 00:07
Re: Ajuda no "SETLEVEL" comando - by blackwave - 15.11.2010, 00:10

Forum Jump:


Users browsing this thread: 2 Guest(s)