admin
#8

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(!ispassenger == 0)
    {
        if(vehicleid == 579)
        {
            if(!IsPlayerAdmin(playerid)
            {
                  SendClientMessage(playerid, -1, "Huntley can be driven only by admin.");
                  ClearAnimations(playerid);
            }
        }
    }
    return 1;
}
pawn Код:
C:\Users\Vio\Desktop\nothing.pwn(101) : warning 213: tag mismatch
C:\Users\Vio\Desktop\nothing.pwn(106) : error 001: expected token: ")", but found "{"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
admin - by viosteaua98 - 24.11.2011, 12:34
Re: admin - by Max_Coldheart - 24.11.2011, 12:38
Re: admin - by viosteaua98 - 24.11.2011, 12:40
Re: admin - by Kingunit - 24.11.2011, 12:43
Re: admin - by Max_Coldheart - 24.11.2011, 12:45
Re: admin - by viosteaua98 - 24.11.2011, 12:49
Re: admin - by Max_Coldheart - 24.11.2011, 12:51
Re: admin - by viosteaua98 - 24.11.2011, 12:53
Re: admin - by Kingunit - 24.11.2011, 12:54
Re: admin - by Max_Coldheart - 24.11.2011, 12:58

Forum Jump:


Users browsing this thread: 2 Guest(s)