18.01.2011, 14:46
I tried and Now I get these problems:
Lines 198 and 199:
Lines 201 and 202:
errors I get:
so whats wrong
Lines 198 and 199:
Код:
new tmp[128], tmp2[128], index; tmp = strtok(params, index);
Код:
return SendClientMessage(playerid, COLOUR_ORANGE, "USAGE: /password [password] [new password]"); tmp2 = strtok(params, index);
Код:
C:\Users\Max\Desktop\GTA San Andreas\samp03csvr_win32\filterscripts\Admin.pwn(199) : error 047: array sizes do not match, or destination array is too small C:\Users\Max\Desktop\GTA San Andreas\samp03csvr_win32\filterscripts\Admin.pwn(202) : error 047: array sizes do not match, or destination array is too small Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.