08.04.2013, 01:12
Quote:
|
Or to save time and make it generally better:
pawn Код:
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? |
That's like adding a function called SetPlayerHealthWhilePlayerIsBeingShotSoWeCanDoSome WierdAssShitBro(playerid);
When playerid is clearly in our function
Besides that, if he wants to re-use it for a squirrel, he could because it would still be the squirrels old pos after being set (squirrel id 0 for example)
EDIT:
While I do understand your point, making variables exact isn't really needed...Specially if the mode isn't going to be released (or whatever it is). If it is going to be released, you are correct :P


