Search Results
works for me but i added a second mirror, hope this works for you too
2,635
Quote: Originally Posted by RoBo This plugin can be easily used to DoS servers... while(true) GetInfoPacket("127.0.0.1",7777); you don't need a while loop for the function GetInfoPack...
2,635
Quote: Originally Posted by DavidC D00Mpy is right, the information for accessing this data is available on the wiki: https://sampwiki.blast.hk/wiki/Query_Mechanism (Thank westie for this...
2,635
ServerQuery 1.1 With this plugin you can easily get server-information and rules from foreign servers. Functions: Code: native GetInfoPacket(ip[],port); native iIsPassworded(); native iGetPlayers()...
2,635
ok thank you for your criticism^^ i've updated the code
1,472
if anyone could tell me how to compile this to a .so file, we could use it on linux servers too xD
1,472
Extern Rcon 1.2 'Extern Rcon' give you the possibility to execute a Rcon command on a remote server. Functions: Код: SendRconTo(ip[],port,password[],cmd[]); Example: Код: SendRconTo("78.143...
1,472
nice job it would be perfect if the function MapAndreas_FindZ_For2DCoord could check if there's a gamemode-created object as highest Z too
6,968
because it is the wrong interior id number for that room you can try a few numbers
175
post the function from PlayerPlayerActionMessage(playerid,giveplayerid,5. 0,"%s takes out his wallet and gives some cash to %s.");
113
there is a wrong interior id but we cannot smell the right id
175
try: pawn Код: if(gTeam[playerid] == TEAM_1)    {        ResetPlayerWeapons(playerid);        SetPlayerPos(playerid,2469.9905,-1688.9550,13);        GivePlayerWeapon(playerid, 26, ...
173
Quote: Originally Posted by Kinetic Quote: Originally Posted by Pyrokid Quote: Originally Posted by [MG3 Double-O-Seven ] Why saving stats OnPlayerUpdate? This is st...
98
if you are using a gamemode like "The Godfather": if you use MySQL to save the accounts in OnPlayerUpdate(), it may flood your server. There was the function OnPlayerUpdate() before 0.2X, and because...
98
if you mean that function: PlayerToPoint(Float:radi, playerid, Float, Float:y, Float:z) ... you have to write: if(PlayerToPoint(8.0,playerid,1995.5, 1518.0, 2006.0, 1569.0))
64