01.11.2011, 14:33
ok I will.
Can you tell me which statements I need to free the result? I mean like update , select, delete etc.
Also, can you tell me why this won't attach?
Did I forget anything?
Thank you btw
Can you tell me which statements I need to free the result? I mean like update , select, delete etc.
Also, can you tell me why this won't attach?
pawn Код:
format(gName,sizeof(gName),"%s",GetGangTag(PlayerInfo[playerid][Gang]));
PlayerLabel[playerid] = Create3DTextLabel(gName,White,30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(PlayerLabel[playerid],playerid, 0.0, 0.0, 0.7);
Thank you btw