• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] CreateDynamic3DTextLabel doesn't appear on the server.
#1
My label doesn't appear on the server, any idea why?





PHP Code:
enum FInfo {

.

.

.

Text3D:HQLabel











PHP Code:
LoadFactions() {

for(new 
0MAX_FACTIONS!= li)

{

? ? 
FactionInfo[i][FActive] = false;

? ? 

? ? new 
iMessage[256], iFormat[128];

format(iFormatsizeof(iFormat), "Faction HQ"); strcat(iMessageiFormat);

FactionInfo[i][HQLabel] = CreateDynamic3DTextLabel(iMessage0xFFFFFFFFFactionInfo[i][fenter_x], FactionInfo[i][fenter_y], FactionInfo[i][fenter_z].320.0); // Yeah Ok

}


  Reply


Messages In This Thread
CreateDynamic3DTextLabel doesn't appear on the server. - by Axitz - 2021-04-06, 09:49 AM

Forum Jump: