23.04.2014, 13:07
I'm getting this error:
Does anyone know how to fix it?
P.S. Its on this two lines:
Код:
C:\Users\Aimane_Elbarjaj\Desktop\VIPv3.0\Source\VIP.pwn(1219) : error 006: must be assigned to an array C:\Users\Aimane_Elbarjaj\Desktop\VIPv3.0\Source\VIP.pwn(1220) : error 006: must be assigned to an array Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
P.S. Its on this two lines:
Код:
P_DATA[ playerid ][ Vip ] = cache_get_field_content_int( 0, "level" ); P_DATA[ playerid ][ p_FavSkin ] = cache_get_field_content_int( 0, "favskin" );