22.01.2011, 16:12
Do you mean comparing the text he just wrote with a string stored using PVars? Well use strcmp the same way as always to compare the strings.
pawn Код:
new string[128];
GetPVarString(playerid,"Key",string,128);
if(strcmp(text,string,true) == 0) // Strings match...