Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

3d label

$
0
0
i have make this 3d label but i dont how to make the 3d label attach to admin exp:if admin login it show the 3d label to player

PHP Code:

new string[MAX_PLAYER_NAME];
new 
Text3D:PlayerLabel[MAX_PLAYERS];
format(string,sizeof(string),"[Admin] %s",pName(playerid));
PlayerLabel[playerid] = Create3DTextLabel(stringCOLOR0.00.00.020.001);
Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid0.00.00.3); 


Viewing all articles
Browse latest Browse all 18226

Trending Articles