06.11.2013, 21:50
That's very easy to script, if you ask me:
Nah, jokes aside. It would be a good concept though, since it was one of the games I enjoyed playing when I was younger. Just add some fun maps, power ups and you've done it.
pawn Code:
public OnPlayerSpawn(playerid)
{
PutPlayerInVehicle(playerid, CreateVehicle(571, 0.0, 0.0 0.0, 0.0, -1, -1, -1), 0);
}
