Re: FS:Gates - Dynamic Movable Gates System -
ParadiseRP - 28.05.2012
Okay thank you
when you solve the problem send me a privte message or type here
Re: FS:Gates - Dynamic Movable Gates System -
Marricio - 28.05.2012
Quote:
Originally Posted by ParadiseRP
Why i can create only one gate
when i try to make antoher one its says
"you already created dynamic gate"
help me please
|
pawn Code:
CMD:placegate( playerid, params[] )
{
if( isnull( params) )
return SendClientMessage( playerid, -1, "Syntax: /placegate [password]" );
if( !strval( params ) )
return SendClientMessage( playerid, -1, "You need to input numbers." );
if( IsPlayerInAnyVehicle( playerid ) )
return SendClientMessage( playerid, -1, "You need to exit your vehicle." );
// if you want to place more than 1 gate per player comment this code
/*new szName[24];
GetPlayerName( playerid, szName, 24 );
for( new i = 0; i != MAX_GATES; i++ )
if( GateInfo[i][gCreated] == 1 )
if( !strcmp( szName, GateInfo[i][gPlacedBy], true ) )
return SendClientMessage( playerid, -1, "You already placed a movable gate." );
else
continue;*/
new Float:pPos[4];
GetPlayerPos( playerid, pPos[0], pPos[1], pPos[2] );
GetPlayerFacingAngle( playerid, pPos[3] );
CreateGate( playerid, strval( params ), pPos[0], pPos[1], pPos[2], pPos[3] );
SendClientMessage( playerid, -1, "You succesfully created a movable gate. Use /gopen or /gclose." );
return 1;
}
Re: FS:Gates - Dynamic Movable Gates System -
AndreSAMP - 28.05.2012
Scriptfiles you mean?
Re: FS:Gates - Dynamic Movable Gates System -
Geeboi_Mehdi - 28.05.2012
hey whats this error?
C:\Documents and Settings\Mehdi\Desktop\Algerian-Trucking\filterscripts\gate.pwn(3) : fatal error 100: cannot read from file: "Dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Respuesta: Re: FS:Gates - Dynamic Movable Gates System -
Marricio - 28.05.2012
Quote:
Originally Posted by AndreSAMP
Scriptfiles you mean?
|
No, the code in the post.
@Geeboi_mehdi you need to place Dini.inc in pawno/includes.
Re: FS:Gates - Dynamic Movable Gates System -
$exy - 29.05.2012
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(6
: error 017: undefined symbol "IsObjectMoving"
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(75) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(86) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(110) : error 017: undefined symbol "IsObjectMoving"
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(117) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(12
: warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(152) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(161) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(21
: warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(253) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(280) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(283) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(285) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(290) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(304) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(309) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\GATE.pw n(31
: warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Help hunny.
Re: FS:Gates - Dynamic Movable Gates System -
Marricio - 29.05.2012
Update your includes & check this thread out (
https://sampforum.blast.hk/showthread.php?tid=256961).
Re: FS:Gates - Dynamic Movable Gates System -
N0FeaR - 29.05.2012
Good work, 10/10
Re: FS:Gates - Dynamic Movable Gates System -
$exy - 30.05.2012
Quote:
Originally Posted by Marricio
|
They are all up to date. <3
Re: FS:Gates - Dynamic Movable Gates System -
$exy - 30.05.2012
Wait, Does this only work on 0.3d R2?
Re: FS:Gates - Dynamic Movable Gates System -
Genicide[HC4L] - 30.05.2012
Follow these steps and will work 100 %
First : Download this file
http://www.mediafire.com/?viblg6pm8gcpe39
This is samp03dsvr_R2_win32 0.d
Extract the file and download Dini , ZMD from this link
http://www.mediafire.com/?44sfytohpaddq1r
And extract the file , copy Folder include and past in Folder samp03dsvr_R2 into Pawno/include
Second : copy all pawno code for filterscript
FS:GATE then compile
This will work 100 %
If you dont want to tire yourself download file FSGATE from this link PWN/AMX
http://www.mediafire.com/?48j8a1ba72c51zx
Re: FS:Gates - Dynamic Movable Gates System -
$exy - 30.05.2012
What\'s the unlock code? <3
Re: FS:Gates - Dynamic Movable Gates System -
Genicide[HC4L] - 30.05.2012
Ok sry , now i fixed link
Re: FS:Gates - Dynamic Movable Gates System -
$exy - 30.05.2012
OMFG It finally works! Man I would fuck you irl. <3
Respuesta: FS:Gates - Dynamic Movable Gates System -
Marricio - 30.05.2012
Well i guess but i\'d recommend you to update your client & script to latest version (0.3e) and the unlock code would be the one that you placed when you created the gate.
Re: FS:Gates - Dynamic Movable Gates System -
Geeboi_Mehdi - 31.05.2012
C:\Documents and Settings\Mehdi\Desktop\Algerian-Trucking\filterscripts\Gates.pwn(3) : fatal error 100: cannot read from file: "Dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: FS:Gates - Dynamic Movable Gates System -
awsomedude - 31.05.2012
Quote:
Originally Posted by Geeboi_Mehdi
C:\Documents and Settings\Mehdi\Desktop\Algerian-Trucking\filterscripts\Gates.pwn(3) : fatal error 100: cannot read from file: "Dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Download the Dini Include
here:
http://dracoblue.net/download/dini-16/35/
Re: FS:Gates - Dynamic Movable Gates System -
DwayneVanKom - 16.09.2012
I\'m Succes when Compile, But the Filterscript didn\'t Show up at sa-mp server
Re: FS:Gates - Dynamic Movable Gates System -
~Pawno~ - 05.10.2012
Quote:
Originally Posted by se7evolution
what do i need to do now?
Код:
C:\Users\WGSoshiPacoIU\Desktop\Trucking\filterscripts\Gates.pwn(68) : error 017: undefined symbol "IsObjectMoving"
C:\Users\WGSoshiPacoIU\Desktop\Trucking\filterscripts\Gates.pwn(110) : error 017: undefined symbol "IsObjectMoving"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
|
You Tried To Define Them?
PHP код:
#define IsObjectMoving
?
Re: FS:Gates - Dynamic Movable Gates System -
davve95 - 06.10.2012
My server dies when I write /place password
Had problem before because when I copied the script it got much of
loseidention or what it's named if fixed some of them and then used #pragma tabsize 0
Do you think it's because of that..
Anyway seems like a awesome script..