Pawno stopped working when i making YCMD
#1

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>
Reply
#2

Show the code.
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)