Tire Popping function
#1

Can someone please help me on this tire popping. I want to enable it
public OnGameModeInit( )
{
// This will disable tire popping on your gamemode.
EnableTirePopping(0);
return 1;
}

Can some one tell me step by step of how to add this to the script pawno
Reply
#2

Quote:
Originally Posted by Guardian
Can someone please help me on this tire popping. I want to enable it
public OnGameModeInit( )
{
// This will disable tire popping on your gamemode.
EnableTirePopping(0);
return 1;
}

Can some one tell me step by step of how to add this to the script pawno
Just change EnableTirePopping(0); to EnableTirePopping(1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)