help me plz - 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: help me plz (
/showthread.php?tid=613588)
help me plz -
JuzDoiT - 29.07.2016
how do i replace dcmd_TEST command to YCMD:TEST?
Re: help me plz -
Deadpoop - 29.07.2016
PHP код:
YCMD:test(playerid, params[], help)
{
//code
return 1;
}
And use it on empty spot!
Re: help me plz -
JuzDoiT - 29.07.2016
what include should i use?
Re: help me plz -
Deadpoop - 29.07.2016
I recommend izcmd