03.10.2012, 09:31
Hello, i am creating a duel system, and this is my sscanf line
I want to create a weapon array and add specific weapons, then to check if entered weapon = "sWeapon"
How to do that?
pawn Код:
if(sscanf(params,"us[20]d",PID,sWeapon,Money))
How to do that?