Little Help
#7

Quote:
Originally Posted by Virtual1ty
Посмотреть сообщение
You still haven't told us what it is that you want.
Next time, read the topics carefully.

Quote:

in script is defined that if someone kill player who is in vehicle which admin gave to automaticly that vehicle will be destroyed, but it`s buggy

So, would you try this :

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
   if(
IsPlayerInVehicle(playerid,AdminCar))
    {
        
DestroyVehicle(AdminCar);
        return 
1;
    }
    return 
1;

Reply


Messages In This Thread
Little Help - by Sanady - 13.07.2015, 21:37
Re: Little Help - by Toxik - 13.07.2015, 22:34
Re: Little Help - by Virtual1ty - 13.07.2015, 23:45
Re: Little Help - by Sanady - 14.07.2015, 12:22
AW: Little Help - by FSAOskar - 14.07.2015, 12:26
Re: Little Help - by Virtual1ty - 14.07.2015, 14:25
Re : Re: Little Help - by KillerDVX - 15.07.2015, 04:52

Forum Jump:


Users browsing this thread: 1 Guest(s)