Small Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Small Help (
/showthread.php?tid=637645)
Small Help -
Zorono - 18.07.2017
*Removed*
Re: Small Help -
tungki - 18.07.2017
You should make dialog instead
Re: Small Help -
nG Inverse - 18.07.2017
That's because sscanf has no idea of knowing where 'dmessage' ends and 'dcName' begins. You would need 1) create some type of token that sscanf can identify to split the string appropriately or 2) come up with another way of executing the command.
Re: Small Help -
mongi - 18.07.2017
The only way (I guess) is using dialogs, Sscanf uses Spaces to separate the paramaters. But is the parameter2 only 1 single word?
Re: Small Help -
Zorono - 19.07.2017
so i must use dialogs instead... Thanks all