21.01.2012, 11:41
(
Last edited by SkiT'aZ; 21/01/2012 at 02:40 PM.
)
I have simple cmd like:
And when in game I type /pagalba it just do nothing and even don't show "server: unknown command" or something
I've got
all includes
So please help me
pawn Code:
CMD:pagalba(playerid,params[])
{
SendClientMessage(playerid,GREY,"Sveiki atvykж б Zombie Apocalypse Roleplay");
SendClientMessage(playerid,GREY,"Animacijos - /anim");
SendClientMessage(playerid,GREY,"Inventorius - mygtukas Y");
SendClientMessage(playerid,GREY,"Mыsш Forumas: zarp.forumup.lt");
return 1;
}
I've got
pawn Code:
#include <zcmd>
pawn Code:
#include <a_samp>
#include <float>
#include <inventory>
#include <zcmd>
#include <sscanf2>