[FilterScript] [FS] F1 Race
#1

this is my first fs that I did on my own.
based on formula one.


sorry if I don't have any pics , I will update them

here it is : http://croherzegovina.pastebin.com/f3d7e2bc

commands :
/xopen - open a garage
/xclose - closes a garage
/xready - puts fance on starting line for racers to line
/xstart - starts the race , removes the fence
/xfinish - puts up the finish line
/xover - removes the finish line


and oh here is the teleport to it :
Код:
	if(strcmp(cmd, "/xstreet", true) == 0) 
	{
	PlayerPos(playerid, 977.9678,-3380.5745,4.7747);
	SendClientMessage(playerid, COLOR_GRAD1, "You have been teleported to the F1 Street");
	}
Hope you like it.
Reply
#2

wow nice xD((super super))
Reply
#3

Get some pics soon and that link is bad it don't work for me.
Reply
#4

bad url I can not download
Reply
#5

Quote:
Originally Posted by erroras
bad url I can not download
The URL is fine. You need to open Pawn and hit new. Then paste all of that code into it and compile.
Reply
#6

Mirror 1: http://www.sendspace.com/file/zw0r6w
Mirror 2: http://rapidshare.com/files/108509036/F1_race.rar.html
I will test the map tonight
Reply
#7

its so funny

but who can help me to add the telepoprt commands in the pwn?

please
Reply
#8

Quote:
Originally Posted by feipang1977
its so funny

but who can help me to add the telepoprt commands in the pwn?

please
pawn Код:
if(strcmp(cmd, "/xstreet", true) == 0)
    {
        SetPlayerPos(playerid, 977.9678,-3380.5745,4.7747);
        SendClientMessage(playerid, COLOR_GRAD1, "You have been teleported to the F1 Street");
    }
Put that under OnPlayerCommandText
Reply
#9

Quote:
Originally Posted by Dmforse
Quote:
Originally Posted by feipang1977
its so funny

but who can help me to add the telepoprt commands in the pwn?

please
pawn Код:
if(strcmp(cmd, "/xstreet", true) == 0)
    {
       SetPlayerPos(playerid, 977.9678,-3380.5745,4.7747);
       SendClientMessage(playerid, COLOR_GRAD1, "You have been teleported to the F1 Street");
    }
Put that under OnPlayerCommandText
THANK YOU. BUT I STILL WORRY

error 017: undefined symbol "cmd"

Reply
#10

Quote:
Originally Posted by feipang1977
Quote:
Originally Posted by Dmforse
Quote:
Originally Posted by feipang1977
its so funny

but who can help me to add the telepoprt commands in the pwn?

please
pawn Код:
if(strcmp(cmd, "/xstreet", true) == 0)
    {
       SetPlayerPos(playerid, 977.9678,-3380.5745,4.7747);
       SendClientMessage(playerid, COLOR_GRAD1, "You have been teleported to the F1 Street");
    }
Put that under OnPlayerCommandText
THANK YOU. BUT I STILL WORRY

error 017: undefined symbol "cmd"

Put
pawn Код:
new cmd[256];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)