21.12.2012, 13:57
Search for OnGameModeInIt in your script then put this under it EnableTirePopping(1);
Would look something like this
Would look something like this
pawn Code:
public OnGameModeInit()
{
EnableTirePopping(1);
//The rest of your script.......