17.03.2018, 06:48
(
Last edited by RxErT; 17/03/2018 at 08:05 AM.
)
@Flashhie, Salut! good job mate.
But after i\'ve checked into the pwn file, i saw the includes list which is:
Don\'t you think you have forgotten zcmd.inc? because all your command are being processed by ZCMD.
for example"
same parameters as ZCMD\'s one.
So the includes list should be like that:
But after i\'ve checked into the pwn file, i saw the includes list which is:
PHP Code:
#include <a_samp>
#include <YSI\y_iterate>
#include <YSI\y_commands>
#include <YSI\y_master>
#include <streamer>
#include <sscanf2>
#pragma dynamic 500000
for example"
PHP Code:
CMD:newcam (playerid, params[])
So the includes list should be like that:
PHP Code:
#include <a_samp>
#include <YSI\y_iterate>
#include <YSI\y_commands>
#include <YSI\y_master>
#include <streamer>
#include <sscanf2>
#include <zcmd> //Add this