SA-MP Forums Archive
aonther question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: aonther question (/showthread.php?tid=214974)



aonther question - bartje01 - 22.01.2011

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;
}



Re: aonther question - Steven Paul - 22.01.2011

what problem did you get?


Re: aonther question - bartje01 - 22.01.2011

My server quits when I type /createfaction xD