09.08.2010, 19:51
you misses sscanf you needed "us" or "is"
s for string aka the message u for userand playerid
i for playerid only
so here in the message
if(sscanf(params,"i",pid,message))
notice you only put I that would call pid only so change that to us or is
happy coding
s for string aka the message u for userand playerid
i for playerid only
so here in the message
if(sscanf(params,"i",pid,message))
notice you only put I that would call pid only so change that to us or is
happy coding
