SA-MP Forums Archive
moving from PawnCMD to YCMD does not work - 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: moving from PawnCMD to YCMD does not work (/showthread.php?tid=656524)



moving from PawnCMD to YCMD does not work - Vennox - 17.07.2018

i've been using pawncmd for the past few weeks and is working pretty fine, buy i heard that it is using a memory hack in the plugin and i'm afraid of issues with the host provider or downsides in some places. i tried to switch my gamemode command processor to ycmd, but i can't get it to compile. i replaced cmd: tags with ycmd, modified it syntax( playerid, params[] before, playerid, params[], help now), removed the shortcut commands(callcmd and updated the OnPlayerCommandReceived / Performed parameters. when i try to compile, pawncc.exe crashes.

here is a list of my includes, some of them might not be compatible with ycmd, idk:
Код:
#include <a_samp>
#include <a_mysql>
#include <crashdetect>
#include <YSI\y_iterate>
#include <YSI_Coding\y_timers>
#include <YSI\y_va.inc>
#include <streamer>
#include <foreach>
#include <sscanf2>
#include <mSelection>
#include <a_zones>
#include <beaZone>
#include <timerfix>
#include <a_actor>
#include <fly>
#include <timestamptodate>
#include <a_http>
#include <firework>
//#include <Pawn.CMD>			
#include <YSI\y_commands>
#include <YSI\y_master>



Re: moving from PawnCMD to YCMD does not work - Florin48 - 18.07.2018

Spune-mi mai exact de ce nu vrei sa mai folosesti PawnCMD.
Sa vad poate o sa reusesc sa te ajut.


Re: moving from PawnCMD to YCMD does not work - CodeStyle175 - 18.07.2018

wtf when you paid for vps then hoster doesn't really care what are you doing there, unless its some sihtty host what starts to complain .


Re: moving from PawnCMD to YCMD does not work - Graber - 18.07.2018

Memory hacking doesn't mean it's a virus or does shady stuff, you shouldn't switch for a reason like that.


Re: moving from PawnCMD to YCMD does not work - Vennox - 18.07.2018

Quote:
Originally Posted by ******
Посмотреть сообщение
Which compiler?
the normal one from sa-mp.com