Quote:
Originally Posted by Mencent
Hello!
Does it work like this?
PHP код:
if(!strcmp(DOF2_GetString(pFile(playerid),"Clan"), "None")) return SetPlayerColor(playerid,C_WHITE);
if(!strcmp(DOF2_GetString(pFile(playerid),"Clan"), "Accuracy")) return SetPlayerColor(playerid,C_A);
|
wow thanks hahaha by the way why I have to add that "!"?