Anyone can help me
#1

My problem is. How can i make a system when passenger enter's a vehicle for example a bus, then he will go into an interior
Reply
#2

pawn Код:
public OnPlayerEnterVehicle( playerid, vehicleid, ispassenger )
{
   if( ispassenger == 1 )
   {
      // Information for interior and position here
   }
   return 1;
}
Reply
#3

thank you GRIM. I will try it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)