22.01.2013, 19:14
Hello,
I just need some help, i think its a simple bug fix but couldn't find out how.
Error
This is what i have as includes.
OnPlayercommandPerformed
I just need some help, i think its a simple bug fix but couldn't find out how.
Error
pawn Код:
error 035: argument type mismatch (argument 2)
pawn Код:
#include <a_samp>
#include <YSI\y_ini>
#include <zcmd>
#include <streamer>
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)
return SendClientMessage(playerid, RED, "Ops! Unknown Command!");
return 1;
}