09.09.2013, 10:30
1st question:
PlayerNameTag was assigned to playerid, instead if i.
Second question: Maybe the value should be 0 to disable viewing through walls.
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
PlayerNameTag[i] = CreatePlayer3DTextLabel(i, name , COLOR_WHITE , pX, pY, pZ+0.1,20.0, playerid, INVALID_VEHICLE_ID, 1);
}
Second question: Maybe the value should be 0 to disable viewing through walls.