Vehicle
#1

Removed.
Reply
#2

What exactly do you want us to do?
Reply
#3

use OnPlayerStateChange and make it eject a player if he is not an admin and make the gametext with GameTextForPlayer

Example:

PHP код:
public OnPlayerStateChange(playeridnewstateoldstate)
{
    if(
newstate == PLAYER_STATE_DRIVER)
    {
        if(
GetPlayerVehicleID(playerid) == (youradmincarid)) //put your admin carid here
        
{
            if(!
IsPlayerAdmin(playerid)) // Your admin variable
            
{
                new 
string[15];
                
RemovePlayerFromVehicle(playerid);
                
format(stringsizeof(string), "Ejected from admins car"vehicleid);
                
GameTextForPlayer(playeridstring30001);
            }
        }
    }
    return 
1;

Reply
#4

Removed.
Reply
#5

Removed.
Reply
#6

Have you not learned by now Raven's Roleplay is a trash script and no one wants to waste their time trying to solve faggoty assed problems with it.
Reply
#7

Removed.
Reply
#8

Looks very RRish at least based off of it.
Reply
#9

Removed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)