|***|Need Help|***|
#4

The error is self-explanatory, the error occurs when the array size is too small for the string. Here's an example:

pawn Код:
public OnGameModeInit( )
{
     static
          s_string[4]
     ;
     s_string = "Hello";          
     return true;
}
The error will show up because Hello doesn't match the size of _string.
Reply


Messages In This Thread
|***|Need Help|***| - by Serifukas - 14.06.2011, 21:03
Re: |***|Need Help|***| - by Jack_Rocker - 14.06.2011, 21:17
Re: |***|Need Help|***| - by jot16 - 14.06.2011, 21:19
Re: |***|Need Help|***| - by Cyanide - 14.06.2011, 21:20
Re: |***|Need Help|***| - by Serifukas - 14.06.2011, 21:29
Re: |***|Need Help|***| - by Serifukas - 14.06.2011, 21:45
Re: |***|Need Help|***| - by park4bmx - 14.06.2011, 21:56
Re: |***|Need Help|***| - by SchurmanCQC - 14.06.2011, 21:59
Re: |***|Need Help|***| - by Serifukas - 14.06.2011, 22:36
Re: |***|Need Help|***| - by SchurmanCQC - 14.06.2011, 23:05

Forum Jump:


Users browsing this thread: 1 Guest(s)