15.03.2014, 17:57
Hello,
I have a problem with my script.
What happens is if i press the Look behind key it says the error message that i have in KEY_SUB.
How can i fix this?
Noo i dont have this error message in KEY_LOOK_BEHIND.
Admigo
I have a problem with my script.
What happens is if i press the Look behind key it says the error message that i have in KEY_SUB.
pawn Код:
if (newkeys & KEY_SUBMISSION)
{
if(IsPlayerInPoliceVehicle(playerid)==1)
{
return 1;
}
else
{
//error message
}
return 1;
}
else if (newkeys & KEY_LOOK_BEHIND)
{
//other stuff
}
Noo i dont have this error message in KEY_LOOK_BEHIND.
Admigo