12.04.2013, 12:32
Hi guys...
I have a problem with this function. the function DOESN'T WORK
Code:
The code is about renting... If he doesn't want to rent than the removeplayerfromvehicle should run but the function doesn't work.
I have a problem with this function. the function DOESN'T WORK
Code:
pawn Код:
if(dialogid == 11112)
{
if(response)
{
// MY CODE
}
else
{
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid, 1);
}
}