problem
#2

what do you want, if you want that you get a message if you are in the vehicle with the vehicleid 522, you need to remove the '!'
But I think you wanted to send this message if the player is in this vehiclemodel

pawn Код:
new VModel = GetVehicleModel(GetPlayerVehicleID(playerid));
                if(VModel == 522)
                {
                     SendClientMessage(playerid, COLOR_RED, ".........................................)");
                }
Reply


Messages In This Thread
problem - by Mr_C30 - 19.06.2009, 18:11
Re: problem - by Nero_3D - 19.06.2009, 18:18
Re: problem - by Mr_C30 - 19.06.2009, 18:27

Forum Jump:


Users browsing this thread: 1 Guest(s)