28.06.2013, 07:17
zcmd doesnt need to be used inside onplayercommandtext. Remove that callback. And the structure is:
pawn Код:
CMD:shop(playerid, params[])
{
//code
return 1;
}