08.04.2013, 00:35
Or to save time and make it generally better:
!
Also note how I named it 'OldPlayerPos'. It's more descriptive than 'OldPos'. 'OldPos' could mean anything. Old position of what? Old position of a vehicle, an object, a player, a squirrel?
pawn Код:
new Float:OldPlayerPos[MAX_PLAYERS][3];
Also note how I named it 'OldPlayerPos'. It's more descriptive than 'OldPos'. 'OldPos' could mean anything. Old position of what? Old position of a vehicle, an object, a player, a squirrel?