Search Results
Quote:
Originally Posted by 1Deagle1
Add this to your code ^
Код:
SetPlayerScore(playerid, GetPlayerScore(playerid) + 5); //
Also edit this to:
pawn Код:
SetPlayerScore(kil...
226
https://sampwiki.blast.hk/wiki/GetObjectRot
101
This should be the solution.
Quote:
Originally Posted by Jochemd
- Nested commentCause: A very unimportant warning. You have commented something into a comment.
pawn Код:
public OnPlay...
206
Good job, keep it up
7,056
PHP код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
{
            if(weaponid == 22) // If the weapon used to damage is a 9mm.Â...
171
pawn Код:
CMD:setjingle(playerid, params[]){Â Â new input[128];Â Â if(IsRadioMember(playerid))Â Â {Â Â Â Â if(sscanf(params, "s[128]", input)) return SendUsageMessage(playerid, "/setjing...
411
Good job, you should add pictures aswell.
1,145
Good job.
Good and unique idea.
2,258
As Sithis said.
Simply add this:
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid){Â Â Â Â StopAudioStreamForPlayer(playerid);Â Â Â Â return 1;}
236
If you want someone to script for you a whole code, then this isn't the right place.
This would be the right one.
https://sampforum.blast.hk/showthread.php?tid=447813
322
https://sampwiki.blast.hk/wiki/IsPlayerNPC
Put it in the right place, and it would work.
Copy-Paste your code for more help.
185
Here is your answer:
DisableInteriorEnterExits();
Put it under OnGameModeInit , and it would work.
106
You have added a string, without formatting it.
Use the following syntax to format a string, let's suppose that the string is called "str":
pawn Код:
format(str,sizeof(str),"Your message here");
...
120
This would work:
pawn Код:
CMD:dvehid( playerid, params[ ] ){Â Â if(IsLogged[playerid] == false) return SendClientMessage(playerid, COLOR_RED, ""COL_ORANGE"HF-Protect | "COL_WHITE"Moras biti ul...
231
Paste some lines before line 25264.
148
It's not a problem if you took them from the map editor, you still can get the coordinates.
But, the coordinates you got aren't the right coordinates.
So, if you created an object, the code will be li...
170