06.04.2014, 19:13
Hmmm, you would need to create a string like
And use strcmp to compare the word generated with that string https://sampwiki.blast.hk/wiki/Strcmp
And then the /scramble would be 'sscanf(params,"s[128]",params)' and if the strcmp returns 0, give him the cash/score.
pawn Код:
new scramble[70];
And then the /scramble would be 'sscanf(params,"s[128]",params)' and if the strcmp returns 0, give him the cash/score.