Search Results
Quote: Originally Posted by 1Deagle1 Add this to your code ^ Код: SetPlayerScore(playerid, GetPlayerScore(playerid) + 5); // Also edit this to: pawn Код: SetPlayerScore(kil...
112
https://sampwiki.blast.hk/wiki/GetObjectRot
55
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...
119
PHP код: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart) {             if(weaponid == 22) // If the weapon used to damage is a 9mm.Â...
87
pawn Код: CMD:setjingle(playerid, params[]){    new input[128];    if(IsRadioMember(playerid))    {        if(sscanf(params, "s[128]", input)) return SendUsageMessage(playerid, "/setjing...
161
Good job, you should add pictures aswell.
774
As Sithis said. Simply add this: pawn Код: public OnPlayerExitVehicle(playerid, vehicleid){        StopAudioStreamForPlayer(playerid);        return 1;}
125
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
212
https://sampwiki.blast.hk/wiki/IsPlayerNPC Put it in the right place, and it would work. Copy-Paste your code for more help.
125
Here is your answer: DisableInteriorEnterExits(); Put it under OnGameModeInit , and it would work.
58
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"); ...
74
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...
123
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...
74