SA-MP Forums Archive
Pawno stopped working when i making YCMD - 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: Pawno stopped working when i making YCMD (/showthread.php?tid=551165)



Pawno stopped working when i making YCMD - bigboy81 - 17.12.2014

My pawno stopped working when i convert zcmd commands in ycmd.
I don't know why,this is my first time to convert zcmd in ycmd.
Is there any way to fix this,also i included file #include<YSI\y_commands>


Re: Pawno stopped working when i making YCMD - Ox1gEN - 17.12.2014

Show the code.


Re: Pawno stopped working when i making YCMD - bigboy81 - 17.12.2014

Quote:
Originally Posted by Ox1gEN
Посмотреть сообщение
Show the code.
On top of gamemode
#include <YSI\y_commands>

Command

Код:
YCMD:helloworld(playerid, params[], help)
{
    #pragma unused help
    SCM(playerid, COLOR_WHITE,"Hello people");
    return 1;
}
also i convert all my zcmd commands like this