30.07.2012, 04:08
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) {
- if(GetVehicleModel(vehicleid) == 567) {
- - SendClientMessage(playerid, -1, "You have entered a Savannah!");
- }
- return true;
}
Indent where the - are.
- if(GetVehicleModel(vehicleid) == 567) {
- - SendClientMessage(playerid, -1, "You have entered a Savannah!");
- }
- return true;
}
Indent where the - are.