Admin cars
#9

Changed it, but still getting the same errors:
Код:
C:\Users\wesley.PC_van_Kelsey\Desktop\SAMP_Flight\filterscripts\LuxAdmin.pwn(7663) : error 008: must be a constant expression; assumed zero
C:\Users\wesley.PC_van_Kelsey\Desktop\SAMP_Flight\filterscripts\LuxAdmin.pwn(7663) : error 008: must be a constant expression; assumed zero
C:\Users\wesley.PC_van_Kelsey\Desktop\SAMP_Flight\filterscripts\LuxAdmin.pwn(7663) : error 036: empty statement
C:\Users\wesley.PC_van_Kelsey\Desktop\SAMP_Flight\filterscripts\LuxAdmin.pwn(7663) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
    {
    new PlayerVehicle[playerid] = GetPlayerVehicleID(playerid); //line 7663
    if(Vehicle == admincar)
    {
    if(pData[ playerid ][ P_LEVEL ] > 1) // change to your admin definition
    {
    SendClientMessage(playerid, COLOUR_BLUE, "* Welcome back Admin");
    } else {
    SendClientMessage(playerid, COLOUR_RED, "* Hehe oopsy, you're not an admin");
    RemovePlayerFromVehicle(playerid);
    }
    }
    }
    return 1;
    }
Reply


Messages In This Thread
Admin cars - by Wesley221 - 05.05.2011, 09:49
Re: Admin cars - by Cameltoe - 05.05.2011, 09:57
Re: Admin cars - by [DDC]Delight - 05.05.2011, 09:59
Re: Admin cars - by Wesley221 - 05.05.2011, 10:00
Re: Admin cars - by [DDC]Delight - 05.05.2011, 10:02
Re: Admin cars - by [SFA]SpiRRiT - 05.05.2011, 10:04
Re: Admin cars - by Wesley221 - 05.05.2011, 10:07
Re: Admin cars - by [DDC]Delight - 05.05.2011, 10:10
Re: Admin cars - by Wesley221 - 05.05.2011, 10:14
Re: Admin cars - by [DDC]Delight - 05.05.2011, 10:15
Re: Admin cars - by Wesley221 - 05.05.2011, 10:23
Re: Admin cars - by MadeMan - 05.05.2011, 11:19
Re: Admin cars - by [SFA]SpiRRiT - 05.05.2011, 11:35
Re: Admin cars - by Wesley221 - 05.05.2011, 13:44
Re: Admin cars - by [DDC]Delight - 05.05.2011, 13:53
Re: Admin cars - by Wesley221 - 05.05.2011, 14:50
Re: Admin cars - by MadeMan - 05.05.2011, 14:52
Re: Admin cars - by Wesley221 - 05.05.2011, 15:03
Re: Admin cars - by Wesley221 - 06.05.2011, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)