[Duda] Interior
#1

Hola de nuevo amigos de Forum samp, en este post les vengo a pedir un gran favor haber si me pueden ayudar, Bien lo que quiero es hacer un interior del coche ya tengo el mapa hecho , lo que quiero es que cuando entre a la ambulancia se valla el jugador al interior que hice, pero si un jugador se sube en la parte de adelante de la ambulancia digamos que de copiloto no se valla atrбs, Eso es todo amigos quisieran que me ayudaran a como hacer eso..! Gracias
Reply
#2

Dame un momento que seguro que se me ocurre algo

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_PASSENGER && GetPlayerVehicleID(playerid)== 1/*Pon aqui la id de la ambulancia/as*/)
    {
         SetPlayerPos(playerid,0.0,0.0,3.0);
    }
    return 1;
}
Si tienes alguna duda avisame
Reply
#3

Usa la funciуn GetPlayerVehicleSeat
Reply
#4

Quote:
Originally Posted by 0xFFFFFF
Посмотреть сообщение
Usa la funciуn GetPlayerVehicleSeat
Muchas Gracias "0xFFFFFF" ya lo hice y si me funcionу
EDIT: Gracias "chusothe41" igual ya lo habнa hecho, igual se agradece tu ayuda c:

- Pueden cerrar tema -
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)