SA-MP Forums Archive
[Ajuda] O que ta dando de errado nesse comando de tele? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] O que ta dando de errado nesse comando de tele? (/showthread.php?tid=386320)



O que ta dando de errado nesse comando de tele? - Weslly Stronda - 20.10.2012

galera comando dando erro
Код:
warning 202: number of arguments does not match definition
Todos estao na linha da cordenada


Код:
if (!strcmp("/konoha", cmdtext, true))
	{
		if (GetPlayerMoney(playerid) < 150) return SendClientMessage(playerid, -1, "Vocк Nгo pode usar isso na proxima e ban!");
		SendClientMessage(playerid, -1, "Vocк Foi Para konoha !");
		SetPlayerPos(playerid, 238.2642,-1993.8802,2.0000,181);
		SetPlayerInterior(playerid, 0);
		PlayerPlaySound(playerid, 1054, 0.0, 0.0, 0.0);
		return 1;
	}
	if (!strcmp("/areia", cmdtext, true))
	{
		if (GetPlayerMoney(playerid) < 150) return SendClientMessage(playerid, -1, "Vocк Nгo tem Dinheiro Suficiente!");
		SendClientMessage(playerid, -1, "Vocк Foi Para konoha !");
		SetPlayerPos(playerid, 2822.5698,42.7000,197.0345);
		SetPlayerInterior(playerid, 0);
		PlayerPlaySound(playerid, 1054, 0.0, 0.0, 0.0);
		return 1;
	}
	if (!strcmp("/tobi", cmdtext, true))
	{
		if (GetPlayerMoney(playerid) < 150) return SendClientMessage(playerid, -1, "Vocк Nгo tem Dinheiro Suficiente!");
		SendClientMessage(playerid, -1, "Vocк Foi Para konoha !");
		SetPlayerPos(playerid, 6333,15.0071,203.3715);
		SetPlayerInterior(playerid, 0);
		PlayerPlaySound(playerid, 1054, 0.0, 0.0, 0.0);
		return 1;
	}
Aqui a cordenada no /save:

AddPlayerClass(61,-1120.8994,2822.5698,42.7000,197.0345,0,0,0,0,0,0); // Vila da areia
AddPlayerClass(20,-1121.5110,-2796.6333,15.0071,203.3715,0,0,0,0,0,0); // akatisuki
AddPlayerClass(20,238.2642,-1993.8802,2.0000,181.7512,0,0,0,0,0,0); // konoha


Re: O que ta dando de errado nesse comando de tele? - Sergiinhonike - 20.10.2012

SetPlayerPos(playerid, 238.2642,-1993.8802,2.0000,181);

Tira o ",181".


Re: O que ta dando de errado nesse comando de tele? - Weslly Stronda - 20.10.2012

Ops esqueci vlw ai funfo,Nao sabia que tinha que tira,181 por exemplo