Search Results
Quote: Originally Posted by Konstantinos Replace to: pawn Код: SFPDC1 = AddStaticVehicle(597,-1572.6292,742.7545,-5.4790,91.7643,7,1); // C1 And add: pawn Код: // At the top, under...
59
Hello again, SAMP Forums! I have recently used the help of a job tutorial on the SA:MP Forums to create a faction. This faction is the SFPD. I have defined all their vehicles, but here is the line of ...
59
I have these two timers set up on this command: Код: CMD:startpretest(playerid, params[]) { if(isnull(params)) { return SendClientMessage(playerid, -1, "USAGE: /startpretest [stan...
58
If you have the SendClientMessage(targetid, "<Imput Text Here>" before the Kick/Ban(playerid) and it still doesnt work, set a timer for 1000 miliseconds, that will give it enough time to show, t...
109
Hello! I just spent about thirty minutes adding about fifty seven checkpoints into my server for a DMV test. I have this command right here: Код: CMD:startpretest(playerid, params[]) { if(isn...
106
Quote: Originally Posted by kirollos pawn Код: CMD:starttest(playerid, params[]){    if(isnull(params))    {                return SendClientMessage(playerid, -1, "USAGE: /...
145
Quote: Originally Posted by kirollos no need for "option" just replace em' with params and it should work fine Could you give an example? ( I am noob at scripting )
145
Hello! I am making a small, one command, test server and I would like to know how to create a space in a command. I use ZCMD to make my commands. However, I tried to input an option but whenever I do ...
145
For this, I want to create a command that boosts the player's vehicle's speed by 50 mph every time it is used. I tried to search for a function in SA:MP, but nothing came up. I know that this is possi...
88
Quote: Originally Posted by lewis1682 I was trying to do this, but I have no idea at the moment of how to write to a .ini file which is where the data would have to be stored. Ask in th...
357
This is good, but it should have a leveling system. Like /setlevel 5 for top admin position or /setlevel 1 for Moderator position. If this is what this involved, I would totally use this. Great job!
357
I need this command: Код: CMD:tp(playerid, params[]) { new targetid; new target[MAX_PLAYER_NAME]; new Float:x, Float:y, Float:z; if(sscanf(params, "u", targetid)) return SendClien...
64
I have these two commands and it has been very useful for the development for our server: Код: CMD:tp(playerid, params[]) { new targetid; new target[MAX_PLAYER_NAME]; new Float:x, Flo...
53
Hello. Can someone help me make a system using something simple, such as dini, to make a saving system? Could you explain to me how it works also. Like I would need something that writes skins, locati...
91
Quote: Originally Posted by Glad2BeHere pawn Код: CMD:gate(playerid, params[]){    if(IsPlayerInRangeOfPoint(playerid, 20.0, -1631.0911,688.6709,7.1875))    {    MoveDynamicObjec...
92
Hello. I was wondering if I could combine these two commands together: Код: CMD:gate(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 20.0, -1631.0911,688.6709,7.1875)) { Mov...
92
Quote: Originally Posted by TomatoRage Which line is 3997?? The top line on this code: Код: case 16: { SendClientMessage(playerid, -...
173
Quote: Originally Posted by MattyG pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    if(response)    {        if(dialogid == 1)     ...
173