Whats wrong with this /exit CMD?
#2

pawn Код:
if(strcmp(cmdtext, "/exit", true) == 0)
{
    switch(VehicleID)
    {
        case Myygiauto1, Myygiauto2, Myygiauto3:
        {
            RemovePlayerFromVehicle(playerid);
            return 1;
        }
    }
}
Reply


Messages In This Thread
Whats wrong with this /exit CMD? - by hardstop - 02.06.2010, 12:11
Re: Whats wrong with this /exit CMD? - by MadeMan - 02.06.2010, 12:51
Re: Whats wrong with this /exit CMD? - by Sergei - 02.06.2010, 13:21
Re: Whats wrong with this /exit CMD? - by MadeMan - 02.06.2010, 13:42

Forum Jump:


Users browsing this thread: 1 Guest(s)