26.08.2011, 15:41
Thanks alright now i have this;
and these errors;
Edit: the lines are at the 2 lines im showing above new randomvalue...and DrugType..(370 and 371)
pawn Код:
new randomvalue[3]={DrugType[playerid][Weed], DrugType[playerid][Crack], DrugType[playerid][Canabis]};
DrugType[playerid][randomvalue[random(sizeof randomvalue)]] =1;
pawn Код:
C:\Games\Rockstar Games\GTA San Andreas\sampserver\filterscripts\DontDoDrugsMan.pwn(370) : error 008: must be a constant expression; assumed zero
C:\Games\Rockstar Games\GTA San Andreas\sampserver\filterscripts\DontDoDrugsMan.pwn(371) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.