26.05.2014, 15:10
i stands for "integer", a whole number as parameter.
When you declare your function, you had to put "playerid" as a parameter. It stands for the playerid when the player is In Game, so it's an integer.
If it was a position, you had to put "f" instead and making the parameter corresponding to a floating point number.
When you declare your function, you had to put "playerid" as a parameter. It stands for the playerid when the player is In Game, so it's an integer.
If it was a position, you had to put "f" instead and making the parameter corresponding to a floating point number.