02.09.2017, 22:07
Create3DTextLabel.
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Example:
Make the coordinates the same as your pickups.
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Example:
PHP код:
public OnGameModeInit()
{
Create3DTextLabel("I'm at the coordinates:\n30.0, 40.0, 50.0", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, 0);
return 1;
}