My first map.
#14

Just some advice for posting on these forums:

When you post code, you should use the following tags:

Code:
pawn Code:
Code Here
Spot the difference:

pawn Code:
new bob = 2;
Code:
 new bob = 2;
PS: Have a Teleport:

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/hj", true) == 0)
        {
        if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
            {
            new cartype = GetPlayerVehicleID(playerid);
            SetVehiclePos(cartype,-1655.0538,270.9725,365.2308);
            SetVehicleZAngle(cartype,90.0);
            SetPlayerInterior(playerid, 0);
            LinkVehicleToInterior(cartype, 0);
            }
        else
            {
            SetPlayerPos(playerid,-1637.4716,267.3457,366.0933);
            SetPlayerFacingAngle(playerid, 45.0);
            SetPlayerInterior(playerid, 0);
            }
        GameTextForPlayer(playerid,"Huge Chicken Jump!",2500,3);
        return 1;
        }
    return 0;
}
Reply


Messages In This Thread
My first map. - by Timske - 01.03.2009, 12:57
Re: My first map. - by Karlip - 01.03.2009, 13:08
Re: My first map. - by Timske - 01.03.2009, 13:11
Re: My first map. - by Karlip - 01.03.2009, 13:13
Re: My first map. - by Basss - 01.03.2009, 13:16
Re: My first map. - by Sandra18[NL] - 01.03.2009, 14:04
Re: My first map. - by Dark_BasS - 01.03.2009, 18:21
Re: My first map. - by Mikep - 01.03.2009, 21:06
Re: My first map. - by Dark_BasS - 01.03.2009, 21:34
Re: My first map. - by Mikep - 01.03.2009, 21:37
Re: My first map. - by caribe88 - 02.03.2009, 04:17
Re: My first map. - by Timske - 04.03.2009, 17:44
Re: My first map. - by [Mapper]Ov3rLo4d - 05.03.2009, 18:16
Re: My first map. - by Weirdosport - 05.03.2009, 19:13

Forum Jump:


Users browsing this thread: 1 Guest(s)