Search Results
pawn Код: #include <a_samp>new gate;public OnGameModeInit( ){   gate = CreateObject( 987, 1820.9423828125, -2007.2276611328, 12.554395675659, 0.000000, 0.000000, 0.000000 ); //   return ...
98
Quote: Originally Posted by Karl115 Can some one help me do a gang gate for Faction id 5 these are the object co.ordinates : please help me: Closed:CreateObject(987, 1820.9423828125, -20...
98
Quote: Originally Posted by Rat_ Hi hi i searched alot of topics about this thing and no one works.. anyone know how i can put it? i want a private skin only for admin level 2 or superi...
100
pawn Код: dcmd_mevent(playerid,params[]){    if(PlayerInfo[playerid][pAdmin] >= 3)    {         new sendername[MAX_PLAYER_NAME],string[86];         GetPlayerName(playerid,senderna...
77
You should remake the carid's, use /oldcar.
108
pawn Код: public anticheat(){    for(new i = 0; i < MAX_PLAYERS; i++)    {        if(AdminDuty[i] == 0)        {            if(IsPlayerConnected(i))            {     ...
38
pawn Код: if(strcmp(cmd, "/event", true) == 0)    {      if(IsPlayerConnected(playerid))      {        if(PlayerInfo[playerid][pAdmin] >= 4)        {              new x_n...
183
Solved now, but I want to save the CarLicense in a 3dtextlabel, when I set it, it works but when i restart the server it doesen't save..
93
Nope, doesen't works.. I'd explain better. So, I have a simple car ownership and the cars are loading from cars.cfg. I haven't any /buycar cmd, and the carkey is still 999, I want to know if it's pos...
93
Hi. I have a problem with my rp script. I have a simple car-ownership, and I'm creating cars into a file, named cars.cfg and the script loads them but I can't use the car cmds, because the carkey is s...
93
new fbi1 = AddStaticVehicle(427,297.3061,-1535.2273,24.7137,54.5194,0,1); and it says that fbi1 is never used, why?
47
pawn Код: stock SendMessageToRcon(COLOR,text[]){  for(new i = 0; i < MAX_PLAYERS; i++)    {        if (IsPlayerConnected(i))        {            if(IsPlayerAdmin(i))       ...
87
pawn Код: new string[128];format(string, sizeof(string), "Your level: %d",GetPlayerScore(playerid));TextDrawSetString(Yourtextdraw, string);TextDrawShowForPlayer(playerid, Yourtextdraw);
111
Quote: Originally Posted by PlayON Quote: Originally Posted by Razvann I want a command so for example: /cmd [text]. And when I type /cmd hi it should send me a message like t...
132
I want a command so for example: /cmd [text]. And when I type /cmd hi it should send me a message like that: You must use only digits.
132
How can I make a command which you should put only digits.
132