07.05.2013, 01:47
Quote:
My thread got deleted..
I don't think you're understanding what I am trying to do.. I will explain exactly now. if(gTeam[playerid] == TEAM_COP && GetPlayerSkin(playerid) != 286) { Not sure what to put here } if(gTeam[playerid] == TEAM_RAPIST) { Not sure what to put here } format(string,sizeof(string),"%s", skill); TextDrawSetString(SkillTD,string); IN PHP IT WOULD LOOK SOMETHING LIKE THIS if(gTeam[playerid] == TEAM_COP && GetPlayerSkin(playerid) != 286) { $skill = "Cop"; } if(gTeam[playerid] == TEAM_RAPIST) { $skill = "Rapist"; } |