how to....
#1

how to getplayername in a 3DTextLabel ?
Reply
#2

pawn Код:
new name[24], string[128];
GetPlayerName(playerid, name, 24);
format(string, sizeof string, "Name: %s(%s) Wanted level: %d", name, playerid, GetPlayerWantedLevel(playerid));
Create3DTextLabel(string, -1, 0, 0, 0, 50, 0, 0);
https://sampwiki.blast.hk/wiki/Create3DTextLabel
This will do it i think
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)