Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PainFrenemy2 authored Apr 22, 2024
1 parent e8dee11 commit 467ee18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file modified ModGear.dll
Binary file not shown.
8 changes: 5 additions & 3 deletions ModGear.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public ModGear_IncludeFileVersion = 0x055;
public ModGear_IncludeFileVersion = 0x056;
#pragma unused ModGear_IncludeFileVersion
enum
{
Expand Down Expand Up @@ -64,18 +64,20 @@ native UpdateInfoHudGtaSa(ServerNumber, const ServerName[], const ServerProject[
native SetPlayerLauncherStatus(playerid, bool:status);
native GetPlayerLauncherStatus(playerid);
native SetPlayerCollisionStatus(playerid, bool:status);
native ShowYouTubeVideoPhone(playerid, params[]);
native HideYouTubeVideoPhone(playerid);
native InterfaceCef(playerid, index, type);
native ShowCef(playerid, const event[]);
native ShowCefMobile(playerid, arg_1, arg_2, const event[]);
native ShowSelectCef(playerid, bool:status);
native ShowSelectCef(playerid, browzerid, bool:status);
native SetPlayerAttachedObjectEx(playerid, index, bool:create, modelid, bone, Float:fOffsetX = 0.0, Float:fOffsetY = 0.0, Float:fOffsetZ = 0.0, Float:fRotX = 0.0, Float:fRotY = 0.0, Float:fRotZ = 0.0, Float:fScaleX = 1.0, Float:fScaleY = 1.0, Float:fScaleZ = 1.0, materialcolor1 = 0, materialcolor2 = 0);
native RemovePlayerAttachedObjectEx(playerid, index);
native IsPlayerAttachedObjectSlotEx(playerid, index);
native EditAttachedObjectEx(plyaerid, index);
native ShowPlayerTag(playerid, const nameteg[], bool:status); // find out the tag name in /models/icons.txd
#define CHAT_MOD_VIP (0)
#define CHAT_MOD_ORG (1)
Expand Down
Binary file modified ModGear.so
Binary file not shown.

0 comments on commit 467ee18

Please sign in to comment.