Quote:
|
Originally Posted by ZeRo_HUN
You need to compare it as a string :
pawn Код:
if( !strcmp( STRD, "Standard Member" ) ) print("* Error. Please Modify Document STRD Name To Something Else");
|
well that wont help because i want that if its the sandard given in the script it will say that but that will say only if it has initself Standard Member , if someone wood replace that with "Super Standard Member" it wood still say : * Error. Please Modify Document STRD Name To Something Else"