03.07.2014, 16:33
After removing strok its showing like this
Код:
F:\server\Cops and robbers\arjanzadmin.pwn(2133) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2184) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2233) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2384) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2386) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2420) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2422) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2456) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2486) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2490) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2521) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2574) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(2764) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(3742) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(3759) : error 047: array sizes do not match, or destination array is too small F:\server\Cops and robbers\arjanzadmin.pwn(3834) : error 047: array sizes do not match, or destination array is too small
Код:
if(PlayerVal[playerid][VLvlAdmin] >= 3)
{
new tmp[128];
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_ORANGE, VhFix_PlNOV);

