26.02.2014, 16:55
ok if im not able to use a placeholder in the Create3dTextLabel how would i insert the players id into the place i need theplayer id
and is this a good start?
new result[128];
new number = GetPlayerId(GetPlayerName(playerid));
format(result,sizeof(result), "%i.",number);
and is this a good start?
new result[128];
new number = GetPlayerId(GetPlayerName(playerid));
format(result,sizeof(result), "%i.",number);