Licenseplate
#7

pawn Код:
if(dialogid == NUMBRIM2RK)
        {
            new newcar = GetPlayerVehicleID(playerid);
            if(strcmp(inputtext, CarInfo[newcar][cPlate]) == 0)
            {
                SendClientMessage(playerid,COLOR_WHITE,"Correct");
            }
            else
            {
                SendClientMessage(playerid, COLOR_YELLOW,"Incorrect");
            }
            return 1;
        }
Reply


Messages In This Thread
Licenseplate - by Kenka - 04.08.2011, 08:58
Re: Licenseplate - by PrawkC - 04.08.2011, 09:09
Re: Licenseplate - by Kenka - 04.08.2011, 09:21
Re: Licenseplate - by iPLEOMAX - 04.08.2011, 09:46
Re: Licenseplate - by MadeMan - 04.08.2011, 11:13
Re: Licenseplate - by Kenka - 04.08.2011, 12:21
Re: Licenseplate - by MadeMan - 04.08.2011, 12:24
Re: Licenseplate - by Kenka - 04.08.2011, 12:31
Re: Licenseplate - by Kenka - 04.08.2011, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)