28.02.2010, 10:42
Quote:
Originally Posted by `Robo
Quote:
|
Easiest thing to remember is that every seperate thing you do has a function available to it
example
onplayerspawn
onplayerdeath
onplayerentervehicle
onvehicledeath
etc etc
so when you spawn you know that it will run through the onplayerspawn function
when you die it will run through the onplayerdeath function
when you enter a car it will run through the onplayerentervehicle function
not all functions are needed to be able to run a gamemode (such as the last 2 in the list above)