[HELP] t-Auto Gates - 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: [HELP] t-Auto Gates (
/showthread.php?tid=79975)
[HELP] t-Auto Gates -
joeri55 - 01.06.2009
Quote:
C:\Documents and Settings\Joeri\Bureaublad\samp server\filterscripts\PizzaBoy.pwn(12) : fatal error 100: cannot read from file: "t-Auto Gates"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
I've placed it correct in the include folder.
And this is my line:
Quote:
AddAutoGate(986,662.258056,-1309.050903,14.570861,0.0,0.0,90.00,653.077087,-1309.050903,14.570861,"John_Greens",50);
|
And this are my includes:
Quote:
#include <a_samp>
#include <t-Auto Gates>
#include <Dini>
#include <strtok>
|
Does anyone know what I'm doing wrong?
Re: [HELP] t-Auto Gates -
silvan - 01.06.2009
2 choices....
Either post in the " pizzaboy" topic or do this:
Code:
new gJohn_Greens; // On top of the script
// OnGameModeInit
SetTimer("John_Greensgate",1000,1);
gJohn_Greens = // Delete this and put the function of CreateObject here with the approporate cordinates and stuff
// At The End of the Script
public John_Greensgate()
{
// make the stuff for the gate ( cordinates to move etc... )
}
Re: [HELP] t-Auto Gates -
eXchainZ-FoReVeR - 02.06.2009
Didn't you read the Sticky topic?