[FilterScript] Easy Load/Unload/Reload FS ingame
#5

Actually it has a bug, you didnt specified the amount of cells that the string has.
pawn Код:
if(sscanf(params, "s", fsname)) return SendClientMessage(playerid, -1, "{F81414}COMMAND: {FFFFFF}/reloadfs <fsname>");
You should put:
pawn Код:
if(sscanf(params, "s[30]", fsname)) return SendClientMessage(playerid, -1, "{F81414}COMMAND: {FFFFFF}/reloadfs <fsname>");
Reply


Messages In This Thread
Easy Load/Unload/Reload FS ingame - by redreaper666 - 05.07.2013, 15:48
Re: Easy Load/Unload/Reload FS ingame - by Krakuski - 05.07.2013, 15:50
Re: Easy Load/Unload/Reload FS ingame - by DemonRider - 05.07.2013, 15:57
Re: Easy Load/Unload/Reload FS ingame - by sjvt - 05.07.2013, 22:08
Respuesta: Easy Load/Unload/Reload FS ingame - by JustBored - 05.07.2013, 22:12
Re: Easy Load/Unload/Reload FS ingame - by Pottus - 05.07.2013, 22:17
Re: Easy Load/Unload/Reload FS ingame - by redreaper666 - 06.07.2013, 07:25
Re: Easy Load/Unload/Reload FS ingame - by Mckarlis - 06.07.2013, 08:28
Re: Easy Load/Unload/Reload FS ingame - by John_Tylor - 26.07.2013, 08:44
Re: Easy Load/Unload/Reload FS ingame - by MuhsinunCool - 04.08.2015, 01:47
Re: Easy Load/Unload/Reload FS ingame - by MrSwift - 04.08.2015, 18:59

Forum Jump:


Users browsing this thread: 2 Guest(s)