need help with dini
#5

I tried to make a clans cmds

pawn Код:
COMMAND:clans(playerid, params[])
{
    new string[128];
    format(string,sizeof(string),"Clan ID: %d - Clan Name: %s. Tag: [%s]", ClanInfo[cID], ClanInfo[cName], ClanInfo[cTag]);
    SendClientMessage(playerid,-1,string);
    return 1;
}
But nothing is shown?
Reply


Messages In This Thread
need help with dini - by fissekarl - 15.04.2011, 21:45
Re: need help with dini - by admantis - 15.04.2011, 21:49
Re: need help with dini - by fissekarl - 15.04.2011, 22:07
Re: need help with dini - by fissekarl - 16.04.2011, 10:00
Re: need help with dini - by fissekarl - 16.04.2011, 11:10
Re: need help with dini - by fissekarl - 17.04.2011, 19:13
Re: need help with dini - by fissekarl - 17.04.2011, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)