31.12.2009, 04:24
I am trying to make a weapons system with strcmp and zcmd. I have run into a problem with the SMG(MP5)
I want to make it possible to use smg and mp5. But cant work out the control structure.
Thanks.
I want to make it possible to use smg and mp5. But cant work out the control structure.
pawn Код:
if(strcmp(weaponname, "smg", true) == 0) || if(strcmp(weaponname, "mp5", true) == 0)