28.02.2010, 12:00
pawn Код:
public OnPlayerSpawn(playerid)
{
if(GetPlayerSkin(playerid) == 288 || GetPlayerSkin(playerid) == 280 || GetPlayerSkin(playerid) == 281 || GetPlayerSkin(playerid) == 282)
{
new LSPLabel[MAX_PLAYERS];
LSPLabel[playerid] = Create3DTextLabel("LSP",0x008080FF,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(LSPLabel[playerid], playerid, 0.0, 0.0, 0.3);
}
}