Problema en comando
#2

Quote:
Originally Posted by Gamerd
Посмотреть сообщение
Tengo Un Problema En El Comando Apresar Noce Porque No Entra Al Jugador Al Vehiculo y El Comando Esta Correcta mente
Prueba asн
Код:
CMD:apresar(playerid, params[])
{
static
apresado;

if(Equipo[playerid] == Policia)
return SendClientMessage(playerid, -1, "No Eres Policia Para Apresar");

if (sscanf(params, "u", apresado))
return SendClientMessage(playerid, -1, "/apresar [id]");

if (apresado == INVALID_PLAYER_ID)
return SendClientMessage(playerid, -1, "id invalida o jugador no conectado.");

PutPlayerInVehicle(apresado, 596, 3);

SetPlayerCheckpoint(playerid, Checkpoint1, 3.0);
onCheck[playerid] = true;
SendClientMessage(playerid, -1, "Lleba El Delicuente A Pricion Rapidamente");
return 1;
}
Reply


Messages In This Thread
Problema en comando - by Gamerd - 04.07.2017, 03:41
Respuesta: Problema en comando - by JhonelBastidas - 04.07.2017, 03:59
Respuesta: Problema en comando - by FixFl0w - 04.07.2017, 04:10
Re: Problema en comando - by Gamerd - 04.07.2017, 04:32
Re: Problema en comando - by Toroi - 04.07.2017, 04:35
Re: Problema en comando - by Gamerd - 04.07.2017, 04:46
Re: Problema en comando - by Toroi - 04.07.2017, 04:49
Re: Problema en comando - by Gamerd - 04.07.2017, 04:59
Re: Problema en comando - by Toroi - 04.07.2017, 05:28

Forum Jump:


Users browsing this thread: 1 Guest(s)