resticted vehicles
#7

Quote:
Originally Posted by Lirbo
Посмотреть сообщение
for example... if your score is <300 you cannot get in the car
pawn Код:
if(GetPlayerScore(playerid) < 300)
{
   //your codes here... Kick the player for example..
   Kick(playerid);
}
it will prevent him from getting into the car. If the score is less than 300, then it iwll kick him. In the end, he will never be able to sit in a car. I don't see a problem there.
Reply


Messages In This Thread
resticted vehicles - by Lirbo - 23.05.2014, 14:30
Re: resticted vehicles - by TheSimpleGuy - 23.05.2014, 14:32
Re: resticted vehicles - by Lirbo - 23.05.2014, 14:38
Re: resticted vehicles - by NaClchemistryK - 23.05.2014, 14:41
Re: resticted vehicles - by Lirbo - 23.05.2014, 14:43
Re: resticted vehicles - by Fred1993 - 23.05.2014, 14:46
Re: resticted vehicles - by NaClchemistryK - 23.05.2014, 14:49
Re: resticted vehicles - by Lirbo - 23.05.2014, 14:50
Re: resticted vehicles - by Affan - 23.05.2014, 14:51
Re: resticted vehicles - by Lirbo - 23.05.2014, 15:00

Forum Jump:


Users browsing this thread: 1 Guest(s)