11.02.2019, 19:00
Quote:
The Get function gets data. You are passing in constants instead so there’s no way it can return. Consider this:
Код:
GetPlayerPos(playerid, 4.0, 6.0, 8.0); |
Do I use this code?
The Get function gets data. You are passing in constants instead so there’s no way it can return. Consider this:
Код:
GetPlayerPos(playerid, 4.0, 6.0, 8.0); |