fix this stock
#1

pawn Код:
stock GetOrgLabel(playerid)
{
OrgsCount++;
new id = OrgsCount;
for(new i = 1; i < OrgsCount+1; i++)
{
new string[140];
format(string,sizeof(string),"%s", GetOrgName(i));
Organization[id][OrgLabel] = Create3DTextLabel(string, 0x008080FF, Organization[id][X], Organization[id][Y], Organization[id][Z], 25.0, 0);
}
return 1;
}
I've added this stock under the callback of Jakkus CreateOrganization
its all ok
but no errors no warnings
just fix it.
Reply
#2

Quote:

but no errors no warnings

Then what is the problem ?
Reply
#3

doesnt creates 3d text label.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)