12.09.2010, 01:45
pawn Код:
if(IsPlayerInVehicle(playerid, 32)) // Maybe this or if(vehicleid == 32).
{
if(AlreadyRequestedPatrol[playerid] == 1)
{
if(PlayerInfo[playerid][pMember] == 1)
{
ShowPlayerDialog(playerid,70,DIALOG_STYLE_MSGBOX ,"LSPD Highspeed Patrol","This vehicle is the LSPD Highspeed Patrol Car! You must have permission from the chief to drive it./n Do you have permission?","Yes, I do.","No, I do not.");
}
}
}