Noob Question
#4

pawn Код:
if(newkeys & KEY_CROUCH)
{
        if(IsPlayerInAnyVehicle(playerid))
        {
            RemovePlayerFromVehicle(playerid);
             return 1;
        }
   
}
Not touched indentation
Reply


Messages In This Thread
Noob Question - by marinov - 06.12.2010, 21:33
Re: Noob Question - by Larsey123IsMe - 06.12.2010, 21:35
Re: Noob Question - by marinov - 06.12.2010, 21:37
Re: Noob Question - by iggy1 - 06.12.2010, 21:42
Re: Noob Question - by Lynn - 06.12.2010, 21:50
Re: Noob Question - by WillyP - 06.12.2010, 21:55
Re: Noob Question - by marinov - 06.12.2010, 23:04

Forum Jump:


Users browsing this thread: 1 Guest(s)