12.09.2018, 02:42
When you're handling playerid, your procedure should have at minimum 1 parameter, being playerid.
You do not need any loops for that procedure. "playerid" does not need to have a loop in order to use it. You only ever need to use custom playerids when you want to produce a target ID. Even then, you'd use sscanf to evaluate the specific ID you want.
Top tip: Design your functionality before you implement it.
You do not need any loops for that procedure. "playerid" does not need to have a loop in order to use it. You only ever need to use custom playerids when you want to produce a target ID. Even then, you'd use sscanf to evaluate the specific ID you want.
Top tip: Design your functionality before you implement it.