@@ -275,15 +275,15 @@ function AddVehicleComponent(amx, vehicle, upgradeID)
275275end
276276
277277function AllowAdminTeleport (amx , allow )
278-
278+ deprecated ( ' AllowAdminTeleport ' , ' 0.3d ' )
279279end
280280
281281function AllowInteriorWeapons (amx , allow )
282-
282+ deprecated ( ' AllowInteriorWeapons ' , ' 0.3d ' )
283283end
284284
285285function AllowPlayerTeleport (amx , player , allow )
286-
286+ deprecated ( ' AllowPlayerTeleport ' , ' 0.3d ' )
287287end
288288
289289function ApplyAnimation (amx , player , animlib , animname , fDelta , loop , lockx , locky , freeze , time , forcesync )
@@ -317,16 +317,18 @@ end
317317
318318-- Dummy for now
319319function GetPlayerDrunkLevel (player )
320+ notImplemented (' GetPlayerDrunkLevel' , ' SCM is not supported.' )
320321 return 0
321322end
322323
323324function GetPlayerAnimationIndex (player )
325+ notImplemented (' GetPlayerAnimationIndex' )
324326 return 0
325327end
326328
327329function EditPlayerObject (amx , player , object )
328330 -- givePlayerMoney(player, amount)
329- outputDebugString ( " EditPlayerObject called " )
331+ notImplemented ( ' EditPlayerObject' )
330332end
331333
332334
@@ -868,6 +870,7 @@ function StopAudioStreamForPlayer(amx, player)
868870end
869871
870872function EnableVehicleFriendlyFire (amx )
873+ notImplemented (' EnableVehicleFriendlyFire' )
871874 return 1 ;
872875end
873876
0 commit comments