A wierd problem with the warnings
#4

These are not ****'s its just some refixes
Well anyway, here it is
PHP код:
stock CreateStrip(Float:x,Float:y,Float:z,Float:Angle)
{
    for(new 
0sizeof(SpiikeInfo); i++)
      {
          if(
SpikeInfo[i][sCreated] == 0)
          {
            
SpikeInfo[i][sCreated]=1;
            
SpikeInfo[i][sX]=x;
            
SpikeInfo[i][sY]=y;
            
SpikeInfo[i][sZ]=z-0.7;
            
SpikeInfo[i][sObject] = CreateDynamicObject(2899xyz-0.900Angle-90);
            return 
1;
          }
      }
      return 
0;

PHP код:
warning 224indeterminate array size in "sizeof" expression (symbol ""
Reply


Messages In This Thread
A wierd problem with the warnings - by mzazon - 15.11.2013, 22:49
Re: A wierd problem with the warnings - by knackworst - 15.11.2013, 22:55
Re: A wierd problem with the warnings - by dannyk0ed - 15.11.2013, 22:55
Re: A wierd problem with the warnings - by mzazon - 15.11.2013, 23:09
Re: A wierd problem with the warnings - by -Prodigy- - 15.11.2013, 23:33
Re: A wierd problem with the warnings - by mzazon - 16.11.2013, 11:39

Forum Jump:


Users browsing this thread: 1 Guest(s)