15.01.2014, 14:21
How do they exactly work?
For an example:
And at the filterscript:
Would something like that work? xd
For an example:
pawn Код:
CMD:loadmaps(playerid, params[]) {
//stuff here ..
new loadmaps[64];
new fsname[24];
format(loadmaps, sizeof(loadmaps), "loadfs %s", fsname);
SendRconCommand(loadmaps);
return 1;
}
Код:
OnFilterScriptInit(blabla) { //blabla //map objects here //blabla }