01.06.2014, 15:16
Quote:
- The tag is "Float:" not "float" - that would give warning about tag mismatch.
- The max length for a client message is 144 so using 256 goes waste. - Coordinates are floating point numbers, so use the placeholder "%f" instead of "%d" which is for integers. If you don't want to display the demical places, then use "%.0f" instead. |
Quote:
PHP Code:
pawn Code:
|
Quote:
Making a tutorial of how to teleport to a certain player or location would be more logical, cause you won't be remembering all xyz coordinates for the certain locations. And you need to explain more about sscanf and what hte logic behind your code is. But you probably made a x y z tutorial cause you probably thought htere are too many tutorials about teleporting to players or locs...
|
I added it Roddan.
Ty dude