Call informations from .txt?? How? +REP - 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)
+--- Thread: Call informations from .txt?? How? +REP (
/showthread.php?tid=413219)
Call informations from .txt?? How? +REP -
qkac1234 - 04.02.2013
And how to put it into sendcilentmessage? Pls help me!
Re: Call informations from .txt?? How? +REP -
M3mPHi$_S3 - 04.02.2013
What do you mean ?
PHP код:
CMD:afk(playerid, params[])
{
new string [256];
format(string, sizeof(string), "[CAUTION]: %s is a.f.k");
SendClientMessageToAll(RED, string);
return 1;
}
Re: Call informations from .txt?? How? +REP -
qkac1234 - 04.02.2013
I've added something with Dini_IntSet and now, i want to see this when I use /get command.