20.04.2012, 13:21
Quote:
I believe this is what you're looking for.
E.G: pawn Код:
|
params = the parameters typed by the player
"uf" = u = integer (e.g 1,2,3,4) which is assigned at the player ID......f=fload (non-integer e.g 12.174)
So "UserID" is assigned to "u" beacause the ID of the player can be only an INTEGER NUMBER (0 - 500)
"Height" assigned to "f" beacuse it could be for example 1.74 .