13.01.2012, 02:51
Okay, Now I have resolved the thing about this, but still how do I update them?
Like if player changes the skin it shows him other stuff
Quote:
if(classid == 0) { gTeam[playerid] = TEAM_RUSSIA; SetPlayerTeam(playerid,TEAM_RUSSIA); TextDrawShowForPlayer(playerid, Text:Russian); TextDrawFont(Text:Russian , 0); TextDrawLetterSize(Text:Russian , 0.5, 3.5); TextDrawColor(Text:Russian , 0xFF0000FF); TextDrawSetOutline(Text:Russian , 0); TextDrawSetProportional(Text:Russian , 1); TextDrawSetShadow(Text:Russian , 1); |