What's the problem?
#1

What's the problem with this script, it compiles very good
but In-Game the bikes needs a license too..

Quote:

new model;
model = GetVehicleModel(vehicleid);
if(model != 509 && 481 && 510) {
if(pDLic[playerid] == 0) {
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
SetPlayerPos(playerid, X, Y, Z);

SendClientMessage(playerid, COLOR_LRED, "** You don't have a driving license yet, please get your Driving license at the DMV.");
return 1;
}
}

Reply


Messages In This Thread
What's the problem? - by Ihsan_Cingisiz - 23.06.2010, 12:47
Re: What's the problem? - by CAR - 23.06.2010, 12:49
Re: What's the problem? - by Ihsan_Cingisiz - 23.06.2010, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)