Teletrasportacion sin dejar el auto
#3

Quote:
Originally Posted by the_chaoz
Посмотреть сообщение
podes hacer algo asi:
pawn Код:
if(strcmp(cmdtext, "/comando", true) == 0){
    if(!IsPlayerInVehicle(playerid))return SetPlayerPos(playerid, 0.0, 0.0, 0.0);
    else return SetVehiclePos(GetPlayerVehicleID(playerid), 0.0, 0.0, 0.0);
}
me salen estos errores
C:\Users\Roberto\samp\Destruccion total\gamemodes\lvdm.pwn(210) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

pero no podria agregarle algo al comando de teletrasportarcion que ta tengo para que funcione con el auto le que tengo es asi

if(strcmp(cmd, "/drift", true) == 0)
{
new Float:health;
GetPlayerHealth(playerid,health);
if(health >= 80)
{
SetPlayerPos(playerid, -302.55, 1512.47, 75.360);
SendClientMessage(playerid, COLOR_GREEN, "Has sido transportado a Drift" );
}
else
{
SendClientMessage(playerid, 0xAA3333AA, "Para usar el teleport llena tu vida antes"); // este es el texto que aparecera
}
return 1;
}
Reply


Messages In This Thread
Teletrasportacion sin dejar el auto - by pegazo15 - 20.09.2010, 04:02
Respuesta: Teletrasportacion sin dejar el auto - by TheChaoz - 20.09.2010, 04:08
Respuesta: Teletrasportacion sin dejar el auto - by pegazo15 - 20.09.2010, 04:38
Respuesta: Teletrasportacion sin dejar el auto - by elvago - 20.09.2010, 05:26
Respuesta: Teletrasportacion sin dejar el auto - by TheChaoz - 20.09.2010, 16:00
Re: Teletrasportacion sin dejar el auto - by cocolabush - 20.09.2010, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)