Search Results
Hey y'all, I am looking for a roleplay server with a properly set up military faction, with a decent playerbase. I used to be part of the National Guard and the SAAS back during the NGG times (before ...
834
Quote: Originally Posted by Konstantinos So basically the file is removed but the owner's name was not reset from the variables. Posting the enum for HouseInfo array would be useful. Th...
169
Код: COMMAND:destroyhouse(playerid, params[]) { new houseid; if(GetPVarInt(playerid, "Admin") == 10 || IsPlayerAdmin(playerid)) { if(!sscanf(params, "i", houseid)) { new s...
169
Hey, I am using a house filterscript and I have discovered a pretty groundbreaking problem. Basically, whenever a house is deleted, the house itself gets removed finely from the scriptfiles, but the h...
169
Hey, I have a small problem which is about the SelectObject function. Basically, whenever I use the SelectObject feature with anything, I am able to select customly mapped objects, which is what I do ...
64
Quote: Originally Posted by Freaksken What do you mean by the part in bold. Give a code example of where a player can currently use the point of another player. Because now, the only thing...
91
Hey guys. I am trying to make a system that basically stores a point in individual user files using DINI. I know dini is old and not really recommended by you guys to be used, but I've decided to do i...
91
Hey, I have a mapping filterscript consisting of multiple same type of objects. I would retexture all of them, but I simply do not know how, how would I do this?
40
I tried to create a command which opens selected vehicles doors with number 1 meaning drivers door, number 2 meaning passenger door etc., but I can't make it work. I truly have no idea how to create s...
183
I tried to restrict the script to hitmen only, but I have faced new problems. Код: ./includes/commands.pwn(55781) : error 029: invalid expression, assumed zero ./includes/commands.pwn(55781) : er...
291
Quote: Originally Posted by FuNkYTheGreat Код: CMD:syringe(playerid, params[]) { if(sscanf(params, "d", params[0])) return SendClientMessage(playerid, COLOR_GREY, "Usage: /syringe [ID...
291
Quote: Originally Posted by FuNkYTheGreat Код: CMD:syringe(playerid, params[]) { if(sscanf(params, "d", params[0])) return SendClientMessage(playerid, COLOR_GREY, "Usage: /syringe [ID...
291
Quote: Originally Posted by Stuntff Код: CMD:syringe(playerid, params[]) { if(sscanf(params, "d", params[0])) return SendClientMessage(playerid, COLOR_GREY, "Usage: /syringe [ID]"); ...
291
Hey, I am trying to create a command which sets the target player frozen and their drunk level, but I can not make this command work. What am I doing wrong? Код: CMD:syringe(playerid, params[]) {...
291
Quote: Originally Posted by Threshold Well first, you need a command processor or you can use the regular Strcmp method in OnPlayerCommandText. Once you've created the command, you can us...
120
Hey, how do I create a command which uses the syntax /vdoor [vehicleid] [door as number]? The command should open and close selected vehicle doors.
120
Quote: Originally Posted by Konstantinos Код: if(PlayerInfo[playerid][pKnifeHidden] == 1 && !GetPlayerWeapon(playerid) == 4) This has no effect, you have to check if the weapon...
98
Код: CMD:knife(playerid, params[]) { if (IsAHitman(playerid)) { if(PlayerInfo[playerid][pKnife] == 1 && GetPlayerWeapon(playerid) == 4) { PlayerInfo[playerid][pKnifeHidden] = ...
98
Quote: Originally Posted by AndySedeyn Looking at your first block of code, I can already image how you used my example to change it. Post your updated code. Код: else if(DynVeh[v...
165