Sscanf.. Unknown command! - 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: Sscanf.. Unknown command! (
/showthread.php?tid=543210)
Sscanf.. Unknown command! -
Baltimore - 25.10.2014
Hello !
I have a command for call others players.
But, if i write /phone appel number.. Unknown command:
http://pastebin.com/FJALyv1L
Thx
Re: Sscanf.. Unknown command! -
Mic_H - 25.10.2014
You have?
Код:
CMD:phone(playerid, params[])
{
cmd_tel(playerid, params);
return 1;
}
Re : Sscanf.. Unknown command! -
Baltimore - 25.10.2014
Noop
But with /tel it's exactly ^^