• 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
#2
Use Create3DTextLabel instead.
  Reply
#3
I got this warning if I use that

warning 202: number of arguments does not match definition

edit:
fixed tq
  Reply


Forum Jump: