23.06.2010, 12:47
What's the problem with this script, it compiles very good
but In-Game the bikes needs a license too..
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; } } |