24.11.2011, 12:53
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.