Little help with variables please...
#6

sscanf does that

pawn Код:
if(sscanf(params, "ui", PlayerBeingPaid, AmountBeingPaidToPlayer))
sscanf alias unformat reads from the string parameter params and put the data in the variables on the right side

the format parameter "ui" tells sscanf how to unformat the string params

u - playername or playerid
i - integer

You should read the sscanf 2.0 thread, use ****** to find it (that easier)
Reply


Messages In This Thread
Little help with variables please... - by 22reiko - 13.07.2011, 12:41
Re: Little help with variables please... - by Skylar Paul - 13.07.2011, 12:51
Re: Little help with variables please... - by 22reiko - 13.07.2011, 12:53
Re: Little help with variables please... - by Skylar Paul - 13.07.2011, 12:54
Re: Little help with variables please... - by 22reiko - 13.07.2011, 13:46
AW: Little help with variables please... - by Nero_3D - 13.07.2011, 15:04
Re: Little help with variables please... - by Skylar Paul - 13.07.2011, 15:48

Forum Jump:


Users browsing this thread: 1 Guest(s)