Multiple command inside one dcmd cmd?
#2

pawn Код:
sscanf(command, "s", owner)
Remember that this is splitting it by spaces for the parameters, this will not work because its expecting 1 parameter, but it actually needs two. Example to fix:

pawn Код:
sscanf(command,"ss",command,owner)
Make sense now?
Reply


Messages In This Thread
Multiple command inside one dcmd cmd? - by Norn - 31.08.2009, 02:06
Re: Multiple command inside one dcmd cmd? - by JaTochNietDan - 31.08.2009, 02:08
Re: Multiple command inside one dcmd cmd? - by Norn - 31.08.2009, 02:13
Re: Multiple command inside one dcmd cmd? - by JaTochNietDan - 31.08.2009, 02:15
Re: Multiple command inside one dcmd cmd? - by Norn - 31.08.2009, 02:16
Re: Multiple command inside one dcmd cmd? - by JaTochNietDan - 31.08.2009, 02:19
Re: Multiple command inside one dcmd cmd? - by Norn - 31.08.2009, 02:22
Re: Multiple command inside one dcmd cmd? - by JaTochNietDan - 31.08.2009, 02:37
Re: Multiple command inside one dcmd cmd? - by Norn - 31.08.2009, 02:39
Re: Multiple command inside one dcmd cmd? - by Clavius - 31.08.2009, 16:18

Forum Jump:


Users browsing this thread: 2 Guest(s)