How to?
#2

pawn Код:
if (strcmp("/bike", cmdtext, true, 10) == 0)
    {
        new Float:x,Float:y,Float:z;
        new Bike1;
                GetPlayerPos(playerid, Float:x,Float:y,Float:z);
        bike1 == CreateVehicle(bike id, x,y,z,10,1,1,10);
                PutPlayerInVehicle(playerid, bike1, 0);
        return 1;
    }
Reply


Messages In This Thread
How to? - by Rokzlive - 13.12.2010, 02:19
Re: How to? - by Kitten - 13.12.2010, 02:23

Forum Jump:


Users browsing this thread: 1 Guest(s)