A little reminder please :D
#1

Im making a simple vehicle renting system for my server.
I to make it so when the player hops into vehicle id 401 It displays a message, but I forgot the line of code that checks what vehicle the player has enterd.
Reply
#2

PHP код:
public OnPlayerEnterVehicle(playeridvehicleidispassenger)
{
  if(
GetVehicleModel(vehicleid) == 401)
  {
      
// message here;
  
}
  return 
1;

Reply
#3

Cheers buddy.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)