[HELP] t-Auto Gates
#1

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?
Reply
#2

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... ) 
}
Reply
#3

Didn't you read the Sticky topic?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)