[Ajuda] comando /sair
#4

ou tente assim:

pawn Код:
// topo
new Float:PosCasa[3][MAX_PLAYERS];

// /entrarcasa
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);

PosCasa[0][playerid] = Pos[0];

PosCasa[1][playerid] = Pos[1];

PosCasa[2][playerid] = Pos[2];

// /saircasa

SetPlayerPos(playerid, PosCasa[0][playerid], PosCasa[1][playerid], PosCasa[2][playerid]);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
Reply


Messages In This Thread
comando /sair - by FernandoDutra - 21.05.2016, 22:14
Re: comando /sair - by Whoo - 21.05.2016, 22:35
Re: comando /sair - by FernandoDutra - 21.05.2016, 22:39
Re: comando /sair - by PainNagato - 21.05.2016, 22:39
Re: comando /sair - by FernandoDutra - 21.05.2016, 23:06
Re: comando /sair - by PainNagato - 21.05.2016, 23:13
Re: comando /sair - by FernandoDutra - 21.05.2016, 23:33
Re: comando /sair - by Coreia - 21.05.2016, 23:40
Re: comando /sair - by Whoo - 21.05.2016, 23:47
Re: comando /sair - by FernandoDutra - 22.05.2016, 00:35

Forum Jump:


Users browsing this thread: 1 Guest(s)