aonther question
#1

Hey guys.
What's the problem here?

pawn Код:
COMMAND:createfaction(playerid,params[])
{
new fname[30];
if(sscanf(params,"s[30]",fname)) SendClientMessage(playerid, COLOR_RED, "HINT: /createfaction [Faction Name]");
if(dini_Exists(fname) == 0)
{
        dini_Create(fname);
}

return 1;
}
Reply
#2

what problem did you get?
Reply
#3

My server quits when I type /createfaction xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)