SA-MP Forums Archive
how put the script to script - 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: how put the script to script (/showthread.php?tid=154026)



how put the script to script - by_karizma - 11.06.2010

I've failed. I could not do. if you help me I'll be glad to you.

this script

Код:
http://pastebin.com/0uzPgM48
admin script

Код:
http://pastebin.com/Z202h70E
I want to put the script to admin script. but just rcons can use the command and rcons If want to give a people also could take.


if you do I'll be very glad








Re: how put the script to script - by_karizma - 12.06.2010

Please do not skip it. i need to help about that


Re: how put the script to script - NiiRV4N4 - 12.06.2010

So you want to put a FS into your gamemode? That's kind of pointless.


Re: how put the script to script - TheInnocentOne - 12.06.2010

http://pastebin.com/WuLnDXh8


Re: how put the script to script - by_karizma - 12.06.2010

Quote:
Originally Posted by TheInnocentOne
Код:
C:\Users\samet\Desktop\samp\filterscripts\luadminironman.pwn(11536) : warning 208: function with tag result used before definition, forcing reparse
C:\Users\samet\Desktop\samp\filterscripts\luadminironman.pwn(11620) : warning 208: function with tag result used before definition, forcing reparse
C:\Users\samet\Desktop\samp\filterscripts\luadminironman.pwn(11357) : error 017: undefined symbol "flying"
C:\Users\samet\Desktop\samp\filterscripts\luadminironman.pwn(11357) : error 029: invalid expression, assumed zero
C:\Users\samet\Desktop\samp\filterscripts\luadminironman.pwn(11357) : error 017: undefined symbol "flying"
C:\Users\samet\Desktop\samp\filterscripts\luadminironman.pwn(11357) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
sicript give me these errors


Re: how put the script to script - by_karizma - 12.06.2010

no more help ? PLease


Re: how put the script to script - DJDhan - 12.06.2010

Here you go : http://pastebin.com/bMCW4c6E


Re: how put the script to script - by_karizma - 12.06.2010

Quote:
Originally Posted by DJDhan
dude you rocks thanks for helping


Re: how put the script to script - by_karizma - 12.06.2010

Quote:
Originally Posted by DJDhan
no error in the script but the game does not move.

When you make it that way. ironman command just rcona dmins using and admins if want give another ppls and get back ?

just edit ironman script ?


Re: how put the script to script - DJDhan - 12.06.2010

If you want only admins to use the /ironman command, just add
Код:
if(IsPlayerAdmin(playerid))
{
//the iron man code
return 1;
}