26.05.2018, 05:15
Show command /label... Otherwise you need to learn how to script pawn, as anything I hand to you, won't help you unless you know how to use it.
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;
}