how to combine this commands?
#1

okay i created a semi-automatic gate, but i dont know how to combine those two on a single filterscript

here they are:
http://pastebin.com/xb4QDgaD
http://pastebin.com/xcZeEX2s

thank you, you really help me so big
Reply
#2

Rename all instances of 'gate' to 'gate2' or something similar and combine the code together in the new FS, and create the variables accordingly.

This should work: http://pastebin.com/0nnvrwf8

Untested.
Reply
#3

i got one error sir,
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == Gate2pick) SetTimer("Gate2open1", 0, false);
	return 1;
}
Код:
gasstation.pwn(95) : error 021: symbol already defined: "OnPlayerPickUpPickup"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#4

Fixed, try http://pastebin.com/VuLcW5XJ
Reply
#5

thank you very much ! )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)