Search Results
Happens on my desktop PC too, though it works fine on my laptop.
132
This is what i do: Код: new animlib[32], animname[32] ; GetAnimationName(GetPlayerAnimationIndex(playerid), animlib, sizeof(animlib), animname, sizeof(animname)); if(!strcmp(animlib, "SUN...
75
I tried some new editors, but i didn't see much good in them so i'm just sticking with Pawno.
207
Looks good, but it doesn't quite fit, you should place it in the more rich neighbourhoods.
308
Wrong section, post here: https://sampforum.blast.hk/showthread.php?tid=447813
71
The likes/dislikes should speak for themselves lol.
224
You can use this include: https://sampforum.blast.hk/showthread.php?pid=3694016#pid3694016 And then use SetPlayerOxygenValue in a short repeating timer or something. Код: SetPlayerOxygenValue(play...
230
Cant you just add it as an exception in Avast?
251
%s is for a string, which consists of characters (letters, numbers etc.) Use %i for displaying the amount of money, which is for an integer (numbers)
155
Because the vehicle can be travelling South-West aswell, which results in negative X and Y speeds, so multiply it instead: Код: SetVehicleVelocity(GetPlayerVehicleID(playerid), x*0.5, y*0.5, z);
87
Quote: Originally Posted by F1N4L Basically this: Код: public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart) { new Float:Health; GetPlayerHealth(...
1,052
Quote: Originally Posted by Wolfe Couldnt you just OnPlayerGiveDamage just set all the weapon values to give 0 damage? lol No, there's no way to do that. You can only reverse the damage...
1,052
Looks cool, wheres the first?
551
Quote: Originally Posted by Micko123 So if you want to create checkpoint on playe spawn it would go like this Код: public OnPlayerSpawn(playerid) { SetPlayerCheckpoint(playerid, 20...
240
Did you place the PLEO.txd in your GTA\models\txd
135
Connect to your server by entering "localhost" in your samp client instead of the server IP.
135
OnPlayerWeaponShot, OnPlayerTakeDamage, OnPlayerGiveDamage or OnPlayerShootPlayer.
261
You haven't defined tPrice or Weapon anywhere it seems. For DIALOG_STYLE_TABLIST_HEADERS, update your server to 0.3.7 here.
182
If there's a lot of code being executed in OnPlayerUpdate the server will definitely lag, make him put it into timers instead.
208
Why don't you just use a SAMP map editor?
74