#1

can you change new tmp[256], tmp2[256], ive tryed and i get the error below


C:\Users\robmob\Desktop\samps finest\gamemodes\NextBigThing.pwn(3954) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

Try maybe

Код:
new tmp[512], tmp2[512];
Reply
#3

What did you change them to? 128?
Reply
#4

Sorry yes im trying to make them all 128 (reason is i have a 12000 line custome gm coded by my but with 0 players on server ffs it runs 10%cpu could this be a fix if not what else can I look for
Reply
#5

use sccanf and smaller strings
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)