[Ayuda] Con un Comando
#3

Quote:
Originally Posted by EnzoMetlc
Посмотреть сообщение
Por que 'GetPlayerInterior' sуlo lleva 1 argumento.

Puedes hacerlo asн:


pawn Код:
interior = GetPlayerInterior(playerid2);
O un poco mejor:


pawn Код:
//new interior;
GetPlayerPos(playerid2, x, y, z);
SetPlayerPos(playerid, x+1,y+1,z+1);
//GetPlayerInterior(playerid2, interior);//aqui sale el warning
SetPlayerInterior(playerid, GetPlayerInterior(playerid2));
Muchas gracias no savia eso.
Reply


Messages In This Thread
[Ayuda] Con un Comando - by armandozetaxx - 01.02.2014, 18:44
Respuesta: [Ayuda] Con un Comando - by Swedky - 01.02.2014, 18:50
Respuesta: [Ayuda] Con un Comando - by armandozetaxx - 01.02.2014, 18:59

Forum Jump:


Users browsing this thread: 1 Guest(s)