Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by [uL]Pottus
The event name is a string right? you want if(sscanf(params,"siiiiii",event,team,wep1,wep2,hp ,arm)) also the specifiers "i" and "d" are the same so choose one or the other.
|
Yes, a string. So i should use "if(sscanf(params,"siiiiii",event,team,wep1,wep2,h p,arm))"...?