07.06.2013, 20:31
Did you add
under your line ?
Make sure to place the correct parameters
Example taken off the SAMP wiki
pawn Код:
return 1;
Make sure to place the correct parameters
pawn Код:
(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
pawn Код:
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;
}