ScriptFunctions: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
 
(Replaced content with "== Playback functions == == Timer functions == == Player/npc functions == ==Sync functions==")
Tag: Replaced
Line 1: Line 1:
{|
== Playback functions ==
* [[StartRecordingPlayback]]
 
* [[StopRecordingPlayback]]
== Timer functions ==
* [[PauseRecordingPlayback]]
 
* [[ResumeRecordingPlayback]]
== Player/npc functions ==
* [[SendChat]]
 
* [[SendCommand]]
==Sync functions==
* [[GetMyPos]]
* [[SetMyPos]]
* [[GetMyFacingAngle]]
* [[SetMyFacingAngle]]
* [[GetDistanceFromMeToPoint]]
* [[IsVehicleStreamedIn]]
* [[IsPlayerStreamedIn]]
* [[SetTimer]]
* [[SetTimerEx]] (v1.5)
* [[KillTimer]]
* [[GetMyName]] (v1.6 )
* [[GetMyID]] (v1.6 )
* [[QuitServer]] (v1.6)
* [[SendOnFootSyncData]]
* [[SendOnFootSyncDataEx]]
* [[SendOnFootSyncDataLV]]
* [[SendInCarSyncData]]
* [[SendInCarSyncDataEx]]
* [[SendInCarSyncDataLV]]
* [[SendPassengerSyncData]]
* [[FireSniperRifle]]
* [[FireSniperRifleEx]]
* [[SendShotInfo]]
* [[SendDeathInfo]]
* [[GetLocalValue]]
* [[SetLocalValue]]
* [[SendServerData]]
* [[GetSlotFromWeaponId]]
* [[FaceNPCToPlayer]]
* [[GetTickCount]]
* [[GetClosestPlayer]]
*[[GetPlayerState]]
*[[GetPlayerPos]]
*[[GetPlayerVehicleID]]
*[[GetPlayerArmedWeapon]]
*[[GetPlayerHealth]]
*[[GetPlayerArmour]]
*[[GetPlayerKeys]]
*[[GetPlayerFacingAngle]]
*[[IsPlayerInRangeOfPoint]]
*[[GetPlayerName]]
*[[IsPlayerConnected]]
* [[GetPlayerSkin]] (v1.5)
* [[GetPlayerTeam]] (v1.5)
* [[GetPlayerSlotWeapon]] (v1.5)
* [[GetPlayerSlotAmmo]]  (v1.5)
* [[WhereIsPlayer]] (v1.5)
|}

Revision as of 06:09, 1 February 2023

Playback functions

Timer functions

Player/npc functions

Sync functions