30.05.2014, 22:26
I think that the problem might be virtual world you have set it visible only in virtual world id 1, are you sure you are on that virtual word?, Btw default samp virtual world is 0. try this code.
Create3DTextLabel
pawn Код:
public OnGameModeInit()
{
Create3DTextLabel("[ /piac ]",COLOR_ORANGE,-2116.6138,-2474.8118,30.6250,10.0,0);
Create3DTextLabel("[ /uttisztito ]",COLOR_ORANGE,-2152.8345,-2447.9385,30.8516,10.0,0);
Create3DTextLabel("[ /pizzas ]",COLOR_ORANGE,-2134.6650,-2265.8562,30.6250,10.0,0);
Create3DTextLabel("[ /szallito ]",COLOR_ORANGE,-2116.6138,-2474.8118,30.6250,10.0,0);
return 1;
}