Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - -hotdogcat-

Pages: 1 2 3 [4]
46
0.4 Public Beta #1 / Re: VC:MP 0.4 Public Beta #1 - LIVE NOW
« on: July 04, 2013, 04:22:12 pm »
i've an bug report, i lost connection.

47
General Discussion / Re: New VC:MP Loading Screens [HD]
« on: July 02, 2013, 01:49:22 pm »
nice

48
General Discussion / Re: info
« on: May 16, 2013, 08:47:00 am »
my isp don't provide

49
General Discussion / info
« on: May 16, 2013, 01:33:04 am »
i have an problem:
some people crash my server with a ddos.
vcmp 0.4 is protected from ddos? some people like crash server and crash random server.
my server is crashed every 1-2 hours do you know any windows firewall to protect from this ddos

50
General Discussion / Re: What are you doing ? [For leak's owner] :|
« on: May 14, 2013, 09:34:09 pm »
vcmp team good luck

51
General Discussion / Re: maxorator is back
« on: May 13, 2013, 01:26:57 am »
i've sent an pm to maxorator because i've some question:)


52
General Discussion / maxorator is back
« on: May 13, 2013, 01:20:31 am »
maxorator is back see this


53
General Discussion / Re: Get more people in the VC:MP Developers Team
« on: March 26, 2013, 12:54:21 am »
i have found these function in link i have posted,i have opened alls file with notepad+++ and i have found these functions.

you can found these function in VCMP.h

54
General Discussion / Re: Get more people in the VC:MP Developers Team
« on: March 25, 2013, 11:46:27 am »
ok but there  are new functions?

PFunc_GetServerVersion            GetServerVersion;
   PFunc_GetServerSettings            GetServerSettings;
   PFunc_ExportFunctions            ExportFunctions;
   PFunc_GetNumberOfPlugins         GetNumberOfPlugins;
   PFunc_GetPluginInfo               GetPluginInfo;
   PFunc_FindPlugin               FindPlugin;
   PFunc_GetPluginExports            GetPluginExports;
   PFunc_GetTime                  GetTime;

   PFunc_printf                  printf;
   PFunc_SendCustomCommand            SendCustomCommand;
   PFunc_SendClientMessage            SendClientMessage;
   PFunc_SendGameMessage            SendGameMessage;

   PFunc_SetServerName               SetServerName;
   PFunc_GetServerName               GetServerName;
   PFunc_SetMaxPlayers               SetMaxPlayers;
   PFunc_GetMaxPlayers               GetMaxPlayers;
   PFunc_SetServerPassword            SetServerPassword;
   PFunc_GetServerPassword            GetServerPassword;
   PFunc_SetGameModeText            SetGameModeText;
   PFunc_GetGameModeText            GetGameModeText;

   PFunc_SetWorldBounds            SetWorldBounds;
   PFunc_GetWorldBounds            GetWorldBounds;
   PFunc_SetWastedSettings            SetWastedSettings;
   PFunc_GetWastedSettings            GetWastedSettings;
   PFunc_SetTimeRate               SetTimeRate;
   PFunc_GetTimeRate               GetTimeRate;
   PFunc_SetHour                  SetHour;
   PFunc_GetHour                  GetHour;
   PFunc_SetMinute                  SetMinute;
   PFunc_GetMinute                  GetMinute;
   PFunc_SetWeather               SetWeather;
   PFunc_GetWeather               GetWeather;
   PFunc_SetGravity               SetGravity;
   PFunc_GetGravity               GetGravity;
   PFunc_SetGamespeed               SetGamespeed;
   PFunc_GetGamespeed               GetGamespeed;
   PFunc_SetWaterLevel               SetWaterLevel;
   PFunc_GetWaterLevel               GetWaterLevel;
   PFunc_SetMaxHeight               SetMaxHeight;
   PFunc_GetMaxHeight               GetMaxHeight;

   PFunc_ToggleSyncFrameLimiter      ToggleSyncFrameLimiter;
   PFunc_EnabledSyncFrameLimiter      EnabledSyncFrameLimiter;
   PFunc_ToggleFrameLimiter         ToggleFrameLimiter;
   PFunc_EnabledFrameLimiter         EnabledFrameLimiter;
   PFunc_ToggleTaxiBoostJump         ToggleTaxiBoostJump;
   PFunc_EnabledTaxiBoostJump         EnabledTaxiBoostJump;
   PFunc_ToggleDriveOnWater         ToggleDriveOnWater;
   PFunc_EnabledDriveOnWater         EnabledDriveOnWater;
   PFunc_ToggleFastSwitch            ToggleFastSwitch;
   PFunc_EnabledFastSwitch            EnabledFastSwitch;
   PFunc_ToggleFriendlyFire         ToggleFriendlyFire;
   PFunc_EnabledFriendlyFire         EnabledFriendlyFire;
   PFunc_ToggleDisableDriveby         ToggleDisableDriveby;
   PFunc_EnabledDisableDriveby         EnabledDisableDriveby;
   PFunc_TogglePerfectHandling         TogglePerfectHandling;
   PFunc_EnabledPerfectHandling      EnabledPerfectHandling;
   PFunc_ToggleFlyingCars            ToggleFlyingCars;
   PFunc_EnabledFlyingCars            EnabledFlyingCars;
   PFunc_ToggleJumpSwitch            ToggleJumpSwitch;
   PFunc_EnabledJumpSwitch            EnabledJumpSwitch;
   PFunc_ToggleShowMarkers            ToggleShowMarkers;
   PFunc_EnabledShowMarkers         EnabledShowMarkers;
   PFunc_ToggleStuntBike            ToggleStuntBike;
   PFunc_EnabledStuntBike            EnabledStuntBike;
   PFunc_ToggleShootInAir            ToggleShootInAir;
   PFunc_EnabledShootInAir            EnabledShootInAir;
   PFunc_ToggleShowNametags         ToggleShowNametags;
   PFunc_EnabledShowNametags         EnabledShowNametags;
   PFunc_ToggleJoinMessages         ToggleJoinMessages;
   PFunc_EnabledJoinMessages         EnabledJoinMessages;
   PFunc_ToggleDeathMessages         ToggleDeathMessages;
   PFunc_EnabledDeathMessages         EnabledDeathMessages;

   PFunc_CreateExplosion            CreateExplosion;
   PFunc_PlaySound                  PlaySound;
   PFunc_HideMapObject               HideMapObject;
   PFunc_ShowMapObject               ShowMapObject;
   PFunc_ShowAllMapObjects            ShowAllMapObjects;

   PFunc_SetUseClasses               SetUseClasses;
   PFunc_GetUseClasses               GetUseClasses;
   PFunc_GetPlayerClass            GetPlayerClass;
   PFunc_AddPlayerClass            AddPlayerClass;
   PFunc_SetSpawnPlayerPos            SetSpawnPlayerPos;
   PFunc_SetSpawnCameraPos            SetSpawnCameraPos;
   PFunc_SetSpawnCameraLookAt         SetSpawnCameraLookAt;

   PFunc_IsPlayerAdmin               IsPlayerAdmin;
   PFunc_SetPlayerAdmin            SetPlayerAdmin;
   PFunc_GetPlayerIP               GetPlayerIP;
   PFunc_KickPlayer               KickPlayer;
   PFunc_BanPlayer                  BanPlayer;
   PFunc_BanIP                     BanIP;
   PFunc_UnbanIP                  UnbanIP;
   PFunc_IsIPBanned               IsIPBanned;

   PFunc_GetPlayerIDFromName         GetPlayerIDFromName;
   PFunc_IsPlayerConnected            IsPlayerConnected;
   PFunc_IsPlayerSpawned            IsPlayerSpawned;
   PFunc_IsPlayerStreamedForPlayer      IsPlayerStreamedForPlayer;
   PFunc_GetPlayerKey               GetPlayerKey;
   PFunc_SetPlayerWorld            SetPlayerWorld;
   PFunc_GetPlayerWorld            GetPlayerWorld;
   PFunc_SetPlayerSecWorld            SetPlayerSecWorld;
   PFunc_GetPlayerSecWorld            GetPlayerSecWorld;
   PFunc_GetPlayerUniqueWorld         GetPlayerUniqueWorld;
   PFunc_IsPlayerWorldCompatible      IsPlayerWorldCompatible;
   PFunc_GetPlayerState            GetPlayerState;
   PFunc_GetPlayerName               GetPlayerName;
   PFunc_SetPlayerTeam               SetPlayerTeam;
   PFunc_GetPlayerTeam               GetPlayerTeam;
   PFunc_SetPlayerSkin               SetPlayerSkin;
   PFunc_GetPlayerSkin               GetPlayerSkin;
   PFunc_SetPlayerColour            SetPlayerColour;
   PFunc_GetPlayerColour            GetPlayerColour;
   PFunc_ForcePlayerSpawn            ForcePlayerSpawn;
   PFunc_ForcePlayerSelect            ForcePlayerSelect;
   PFunc_ForceAllSelect            ForceAllSelect;

   PFunc_GivePlayerMoney            GivePlayerMoney;
   PFunc_SetPlayerMoney            SetPlayerMoney;
   PFunc_GetPlayerMoney            GetPlayerMoney;
   PFunc_SetPlayerScore            SetPlayerScore;
   PFunc_GetPlayerScore            GetPlayerScore;
   PFunc_GetPlayerPing               GetPlayerPing;
   PFunc_IsPlayerTyping            IsPlayerTyping;

   PFunc_SetPlayerHealth            SetPlayerHealth;
   PFunc_GetPlayerHealth            GetPlayerHealth;
   PFunc_SetPlayerArmour            SetPlayerArmour;
   PFunc_GetPlayerArmour            GetPlayerArmour;
   PFunc_SetPlayerImmunityFlags      SetPlayerImmunityFlags;
   PFunc_GetPlayerImmunityFlags      GetPlayerImmunityFlags;
   PFunc_SetPlayerPos               SetPlayerPos;
   PFunc_GetPlayerPos               GetPlayerPos;
   PFunc_SetPlayerSpeed            SetPlayerSpeed;
   PFunc_GetPlayerSpeed            GetPlayerSpeed;
   PFunc_AddPlayerSpeed            AddPlayerSpeed;
   PFunc_SetPlayerHeading            SetPlayerHeading;
   PFunc_GetPlayerHeading            GetPlayerHeading;
   PFunc_SetPlayerInterior            SetPlayerInterior;
   PFunc_GetPlayerAlpha            GetPlayerAlpha;
   PFunc_SetPlayerAlpha            SetPlayerAlpha;

   PFunc_PutPlayerInVehicle         PutPlayerInVehicle;
   PFunc_RemovePlayerFromVehicle      RemovePlayerFromVehicle;
   PFunc_GetPlayerInVehicleStatus      GetPlayerInVehicleStatus;
   PFunc_GetPlayerInVehicleSlot      GetPlayerInVehicleSlot;
   PFunc_GetPlayerVehicleID         GetPlayerVehicleID;

   PFunc_TogglePlayerControllable      TogglePlayerControllable;
   PFunc_EnabledPlayerControllable      EnabledPlayerControllable;
   PFunc_TogglePlayerDriveby         TogglePlayerDriveby;
   PFunc_EnabledPlayerDriveby         EnabledPlayerDriveby;
   PFunc_TogglePlayerWhiteScanlines   TogglePlayerWhiteScanlines;
   PFunc_EnabledPlayerWhiteScanlines   EnabledPlayerWhiteScanlines;
   PFunc_TogglePlayerGreenScanlines   TogglePlayerGreenScanlines;
   PFunc_EnabledPlayerGreenScanlines   EnabledPlayerGreenScanlines;
   PFunc_TogglePlayerWidescreen      TogglePlayerWidescreen;
   PFunc_EnabledPlayerWidescreen      EnabledPlayerWidescreen;
   PFunc_TogglePlayerShowMarkers      TogglePlayerShowMarkers;
   PFunc_EnabledPlayerShowMarkers      EnabledPlayerShowMarkers;
   PFunc_TogglePlayerAttackPriv      TogglePlayerAttackPriv;
   PFunc_EnabledPlayerAttackPriv      EnabledPlayerAttackPriv;
   PFunc_TogglePlayerHasMarker         TogglePlayerHasMarker;
   PFunc_EnabledPlayerHasMarker      EnabledPlayerHasMarker;

   PFunc_GivePlayerWeapon            GivePlayerWeapon;
   PFunc_SetPlayerWeapon            SetPlayerWeapon;
   PFunc_GetPlayerWeapon            GetPlayerWeapon;
   PFunc_GetPlayerWeaponAmmo         GetPlayerWeaponAmmo;
   PFunc_SetPlayerWeaponSlot         SetPlayerWeaponSlot;
   PFunc_GetPlayerWeaponSlot         GetPlayerWeaponSlot;
   PFunc_GetPlayerWeaponAtSlot         GetPlayerWeaponAtSlot;
   PFunc_GetPlayerAmmoAtSlot         GetPlayerAmmoAtSlot;
   PFunc_RemovePlayerWeapon         RemovePlayerWeapon;
   PFunc_RemoveAllWeapons            RemoveAllWeapons;

   PFunc_SetCameraPosition            SetCameraPosition;
   PFunc_RestoreCamera               RestoreCamera;
   PFunc_IsCameraLocked            IsCameraLocked;

   PFunc_SetPlayerAnimation         SetPlayerAnimation;
   PFunc_SetPlayerWantedLevel         SetPlayerWantedLevel;
   PFunc_GetPlayerStandingOnVehicle   GetPlayerStandingOnVehicle;
   PFunc_GetPlayerStandingOnObject      GetPlayerStandingOnObject;

   PFunc_CreateVehicle               CreateVehicle;
   PFunc_DeleteVehicle               DeleteVehicle;
   PFunc_GetVehicleSyncSource         GetVehicleSyncSource;
   PFunc_GetVehicleSyncType         GetVehicleSyncType;
   PFunc_IsVehicleStreamedForPlayer   IsVehicleStreamedForPlayer;
   PFunc_SetVehicleWorld            SetVehicleWorld;
   PFunc_GetVehicleWorld            GetVehicleWorld;
   PFunc_GetVehicleModel            GetVehicleModel;
   PFunc_GetVehicleOccupant         GetVehicleOccupant;
   PFunc_RespawnVehicle            RespawnVehicle;
   PFunc_SetVehicleImmunityFlags      SetVehicleImmunityFlags;
   PFunc_GetVehicleImmunityFlags      GetVehicleImmunityFlags;
   PFunc_KillVehicle               KillVehicle;
   PFunc_IsVehicleWrecked            IsVehicleWrecked;
   PFunc_SetVehiclePos               SetVehiclePos;
   PFunc_GetVehiclePos               GetVehiclePos;
   PFunc_SetVehicleRot               SetVehicleRot;
   PFunc_SetVehicleRotEuler         SetVehicleRotEuler;
   PFunc_GetVehicleRot               GetVehicleRot;
   PFunc_GetVehicleRotEuler         GetVehicleRotEuler;
   PFunc_SetVehicleSpeed            SetVehicleSpeed;
   PFunc_GetVehicleSpeed            GetVehicleSpeed;
   PFunc_AddVehicleSpeed            AddVehicleSpeed;
   PFunc_SetVehicleRelSpeed         SetVehicleRelSpeed;
   PFunc_GetVehicleRelSpeed         GetVehicleRelSpeed;
   PFunc_AddVehicleRelSpeed         AddVehicleRelSpeed;
   PFunc_SetVehicleTurnSpeed         SetVehicleTurnSpeed;
   PFunc_GetVehicleTurnSpeed         GetVehicleTurnSpeed;
   PFunc_AddVehicleTurnSpeed         AddVehicleTurnSpeed;
   PFunc_SetVehicleSpawnPos         SetVehicleSpawnPos;
   PFunc_GetVehicleSpawnPos         GetVehicleSpawnPos;
   PFunc_SetVehicleSpawnRot         SetVehicleSpawnRot;
   PFunc_SetVehicleSpawnRotEuler      SetVehicleSpawnRotEuler;
   PFunc_GetVehicleSpawnRot         GetVehicleSpawnRot;
   PFunc_GetVehicleSpawnRotEuler      GetVehicleSpawnRotEuler;
   PFunc_SetVehicleIdleRespawnTimer   SetVehicleIdleRespawnTimer;
   PFunc_GetVehicleIdleRespawnTimer   GetVehicleIdleRespawnTimer;
   PFunc_SetVehicleHealth            SetVehicleHealth;
   PFunc_GetVehicleHealth            GetVehicleHealth;
   PFunc_SetVehicleColour            SetVehicleColour;
   PFunc_GetVehicleColour            GetVehicleColour;
   PFunc_SetVehicleDoorsLocked         SetVehicleDoorsLocked;
   PFunc_GetVehicleDoorsLocked         GetVehicleDoorsLocked;
   PFunc_SetVehiclePartStatus         SetVehiclePartStatus;
   PFunc_GetVehiclePartStatus         GetVehiclePartStatus;
   PFunc_SetVehicleTyreStatus         SetVehicleTyreStatus;
   PFunc_GetVehicleTyreStatus         GetVehicleTyreStatus;
   PFunc_SetVehicleDamageData         SetVehicleDamageData;
   PFunc_GetVehicleDamageData         GetVehicleDamageData;
   PFunc_SetVehicleAlarm            SetVehicleAlarm;
   PFunc_GetVehicleAlarm            GetVehicleAlarm;
   PFunc_SetVehicleLights            SetVehicleLights;
   PFunc_GetVehicleLights            GetVehicleLights;

   PFunc_ResetAllVehicleHandlings      ResetAllVehicleHandlings;
   PFunc_ExistsHandlingRule         ExistsHandlingRule;
   PFunc_SetHandlingRule            SetHandlingRule;
   PFunc_GetHandlingRule            GetHandlingRule;
   PFunc_ResetHandlingRule            ResetHandlingRule;
   PFunc_ResetHandling               ResetHandling;
   PFunc_ExistsInstHandlingRule      ExistsInstHandlingRule;
   PFunc_SetInstHandlingRule         SetInstHandlingRule;
   PFunc_GetInstHandlingRule         GetInstHandlingRule;
   PFunc_ResetInstHandlingRule         ResetInstHandlingRule;
   PFunc_ResetInstHandling            ResetInstHandling;

   PFunc_CreatePickup               CreatePickup;
   PFunc_DeletePickup               DeletePickup;
   PFunc_IsPickupStreamedForPlayer      IsPickupStreamedForPlayer;
   PFunc_SetPickupWorld            SetPickupWorld;
   PFunc_GetPickupWorld            GetPickupWorld;
   PFunc_PickupGetAlpha            PickupGetAlpha;
   PFunc_PickupSetAlpha            PickupSetAlpha;
   PFunc_PickupIsAutomatic            PickupIsAutomatic;
   PFunc_PickupSetAutomatic         PickupSetAutomatic;
   PFunc_SetPickupAutoTimer         SetPickupAutoTimer;
   PFunc_GetPickupAutoTimer         GetPickupAutoTimer;
   PFunc_PickupRefresh               PickupRefresh;
   PFunc_PickupGetPos               PickupGetPos;
   PFunc_PickupSetPos               PickupSetPos;
   PFunc_PickupGetModel            PickupGetModel;
   PFunc_PickupGetQuantity            PickupGetQuantity;

   PFunc_CreateObject               CreateObject;
   PFunc_DeleteObject               DeleteObject;
   PFunc_IsObjectStreamedForPlayer      IsObjectStreamedForPlayer;
   PFunc_GetObjectModel            GetObjectModel;
   PFunc_SetObjectWorld            SetObjectWorld;
   PFunc_GetObjectWorld            GetObjectWorld;
   PFunc_SetObjectAlpha            SetObjectAlpha;
   PFunc_GetObjectAlpha            GetObjectAlpha;
   PFunc_MoveObjectTo               MoveObjectTo;
   PFunc_MoveObjectBy               MoveObjectBy;
   PFunc_SetObjectPos               SetObjectPos;
   PFunc_GetObjectPos               GetObjectPos;
   PFunc_RotObjectTo               RotObjectTo;
   PFunc_RotObjectToEuler            RotObjectToEuler;
   PFunc_RotObjectBy               RotObjectBy;
   PFunc_RotObjectByEuler            RotObjectByEuler;
   PFunc_GetObjectRot               GetObjectRot;
   PFunc_GetObjectRotEuler            GetObjectRotEuler;
   PFunc_SetObjectShotReport         SetObjectShotReport;
   PFunc_IsObjectShotReport         IsObjectShotReport;
   PFunc_SetObjectBumpReport         SetObjectBumpReport;
   PFunc_IsObjectBumpReport         IsObjectBumpReport;

55
General Discussion / Re: Get more people in the VC:MP Developers Team
« on: March 25, 2013, 02:49:04 am »

56
General Discussion / Re: Get more people in the VC:MP Developers Team
« on: March 18, 2013, 05:41:27 pm »
but you think an vcmp beta will relased soon or not?
the team are active?

57
General Discussion / Re: Its time.
« on: March 12, 2013, 11:52:30 pm »
i think all vcmp team are inactive and vcmp 0.4 will never relased this is all

58
Support / Re: HACKER HACKED MY SERVER :(((
« on: March 12, 2013, 11:41:49 pm »
OK , So  Im gonna put this straight , I was having fun with my friends on my server , a player named "JADAJA" came to my server and said by SammY im gonna ban you and a minute later a message came that "You have been banned from the server" .

Now the problem is i can't connect to my server , my server's banned files are empty . there is no entry in the Bans.ini . Now I can't connect to my server . Pls help .

Regards ,
Sammy

try to change port and check banlist.tmp

Pages: 1 2 3 [4]