18.05.2012, 20:53
Galera como nao sei muito mecher em dialog, me enrrolei um pouco aqui no cmd, eo /ir por dialog, so que ele nao pega o nick de quem deu o /ir, nem o da passoa que recebeu o teleporte, e nгo teleporta para niguem sim para a coondenada 0,0,0 ou seja la nakela fazenda entre ls e lv.
Codigo:
Codigo:
PHP код:
new Float:plocx,Float:plocy,Float:plocz;
new plo = strval(inputtext);
new string[256];
new string2[256];
if(GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
}
SetPlayerPos(playerid,plocx,plocy+2, plocz);
SendClientMessage(playerid, COLOR_GOLD, "Teste");
GetPlayerPos(plo, plocx, plocy, plocz);
SetPlayerInterior(playerid,GetPlayerInterior(plo));
format(string, sizeof(string), "[INFO] Vocк teleportou atй %s.", plo);
SendClientMessage(playerid, COLOR_GOLD, string);
format(string2, sizeof(string2), "[INFO] O admin %s, teleportou atй vocк.", sendername);
SendClientMessage(plo, COLOR_GOLD, string);