Dar vehiculo al spawnear
#3

Usa ZCMD

PHP код:
CMD:ls(playeridparams[])
{
    if (
IsPlayerInAnyVehicle(playerid))
        
DestroyVehicle(GetPlayerVehicleID(playerid));
    
    new 
veh CreateVehicle(411Float:xFloat:yFloat:zFloat:angle, -1, -12000);
    
PutPlayerInVehicle(playeridveh0);
    
    return 
1;

Reemplazб X, Y, y Z y el бngulo por las coordenadas de Los Santos.
Reply


Messages In This Thread
Dar vehiculo al spawnear - by CeKiT - 08.08.2012, 18:14
Respuesta: Dar vehiculo al spawnear - by TiNcH010 - 08.08.2012, 18:37
Respuesta: Dar vehiculo al spawnear - by santi.arg - 08.08.2012, 19:20
Respuesta: Dar vehiculo al spawnear - by CeKiT - 08.08.2012, 20:36

Forum Jump:


Users browsing this thread: 1 Guest(s)