27.08.2013, 10:37
I am making a car rent system. So far I have the cars defined as rentcars. I also have so when you enter then it brings up a dialog asking whether to rent or to get out. I need to know what would be the best way about defining the rent cars to that player for 30 minutes.
pawn Код:
if(dialogid == RENT_MENU)
{
if(response)
{
}
}