Search Results
I've got the copy of tasks.json from my friend and it worked. Compiled without error. new tasks.json PHP код: {    "version": "2.0.0",    "tasks": [      {        "label":Â...
315
My tasks.json: PHP код: {    "version": "2.0.0",     "type": "shell",    "args": ["${relativeFile}"],     "windows":     {         "command": "${workspaceRoot}\\p...
315
When I try to compile with VSCode, it shows these errors: Код: > Executing task: D:\CNRSF\pawno\pawncc.exe gamemodes/CCNR.pwn < Pawn compiler 3.2.3664 Copyright (c) 1997-2...
315
There is FireArm License script. But i want to make a "Weapon License" for each weapon to make the weapons legal or not.
136
I'm still a newbie scripter and I need help in making /showgun command.
136
Hey guys, i want to make 2 different kinds of Weapon, the weapon with Valid Licenses (Legal) and with No License (Illegal) And i need help from you guys to make /showgun For example, I want the /sho...
136
Quote: Originally Posted by Monotox You need to use the GetPlayerDistanceFromPoint function. https://sampwiki.blast.hk/wiki/GetPlayerDistanceFromPoint Then what should I do?
97
I'm planning to improve the pilot job in my Server, but the issue is: I don't know how to script nearest checkpoint. Example: 1. There are 3 Airports, Los Santos Airport, San Fierro Airport, Las Ven...
97
I've been looking for this, Great work! Simple Script and ConvertAble to Gamemode (cuz i wanted to make only admin can create the quiz) Mission Passed! Respect +
903
Quote: Originally Posted by CodeStyle175 well if detection is inside include you could add just admin check if(GetPVarInt(playerid, "IsAdmin"))return 0; and in gamemode you add SetPVarInt...
210
Well, i could've just put // Anticheat detection blah blah if(PlayerInfo[playerid][pAdmin] >= 1) { //Function } But it's hard to find it.
210
I've noticed there are some Anti Cheat Includes/Filterscripts available in this Forum, but it makes me confused on editing them, I wanted to know, how to make the Cheat Detection (For Player Only, not...
210
Still. I found the solution. Missunderstanding with the SetPVarInt, it doesn't need any operator.
70
Anyone know what's problem with this dialog? My server crashes after i choose any listitem In-Game. Код: if(dialogid == DIALOG_MEDICINE) { if(!response) return 1; switch(listitem) ...
70
Bikin biar pickupnya bisa disave + diload di scriptfiles
1,330
Found the problem, there are multiple "if(strcmp(params,"car",true) == 0) {" in my script.
82
So, this is the problem. Everytime when a player sell a car to the other player, the Samp-server.exe console closes itself. It closes when a player did /accept car. Please help me to fix the problem ...
82
Im still a newbie scripter. Please make it for me, or at least tell me where should i make the code. In public what?
157