01.12.2018, 15:04
PHP код:
ClearAnimations(playerid);
Should be like this:
PHP код:
if(!LicenseTest[playerid])
{
SendClientMessage(playerid, COLOR_ORANGE, "You are not taking a drivers license test.");
ClearAnimations(playerid);
}