Interface administrators, moderator
2,860
edits
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
==== Player ==== | ==== Player ==== | ||
[[ScriptingExamples/PlayerSetPositionNativeMP|Set Own Player's Position (GTA IV, Native MP Mode)]]<br> | |||
[[ScriptingExamples/PlayerKillCommand|Kill Own Player]]<br> | [[ScriptingExamples/PlayerKillCommand|Kill Own Player]]<br> | ||
[[ScriptingExamples/PlayerWeapon|Give Own Player Weapon]]<br> | [[ScriptingExamples/PlayerWeapon|Give Own Player Weapon]]<br> | ||
| Line 26: | Line 27: | ||
== Event-Based == | == Event-Based == | ||
[[ScriptingExamples/SyncDamageOnGTAIV|Sync Damage on GTA IV]]<br> | |||
[[ScriptingExamples/BasicEvent|Basic Chat Message Event]]<br> | [[ScriptingExamples/BasicEvent|Basic Chat Message Event]]<br> | ||
[[ScriptingExamples/LogChatMessagesToFile|Log Chat Messages to File]]<br> | [[ScriptingExamples/LogChatMessagesToFile|Log Chat Messages to File]]<br> | ||
| Line 39: | Line 41: | ||
[[ScriptingExamples/getClientFromText|getClientFromText]] <br> | [[ScriptingExamples/getClientFromText|getClientFromText]] <br> | ||
[[ScriptingExamples/getNearestVehicleInRange|getNearestVehicleInRange]]<br> | [[ScriptingExamples/getNearestVehicleInRange|getNearestVehicleInRange]]<br> | ||
== Misc == | |||
[[ScriptingExamples/PedAttackPlayer|Make Ped Attack Players]]<br> | |||
== Third Party Code == | == Third Party Code == | ||