not visible in the 3dtextlabel
#1

something does not work! not showing for some reason server.

Код:
public OnGameModeInit()
{

 	Create3DTextLabel("[ /piac ]",COLOR_ORANGE,-2116.6138,-2474.8118,30.6250,10.0,1);
	Create3DTextLabel("[ /uttisztito ]",COLOR_ORANGE,-2152.8345,-2447.9385,30.8516,10.0,1);
	Create3DTextLabel("[ /pizzas ]",COLOR_ORANGE,-2134.6650,-2265.8562,30.6250,10.0,1);
	Create3DTextLabel("[ /szallito ]",COLOR_ORANGE,-2116.6138,-2474.8118,30.6250,10.0,1);
	
    return 1;
}
Reply
#2

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.
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;
}
Create3DTextLabel
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)