Search Results
My sure you have lagcompmode in your server configuration set to 0, if that wasn't already obvious. Код: lagcompmode 0 Save, then reboot the server. And I'm not sure what you mean by your second...
83
What was the issue, so in case other people can relate, then we can link them to this topic.
92
Quote: Originally Posted by Lumineux I was looking for the 0.3z-R4 version of the include but I don't find it, can you give me a link please? Here. These a_vehicles.inc's might help you...
99
I searched around for this and I couldn't really figure out what is going on. Assistance would be appreciated. Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {...
92
The technicalities always bite me in the ass. Thanks man.
136
Error is on line 70. here is my enum and whatnot. I hope I typed it write. Код: //Player Stats enum pInfo { pPass, pCash, pAdmin, pMod, pVIP, pKills, pDeaths, pLevel, pHours, ...
136
Quote: Originally Posted by XStormiest Here it, is: pawn Код: if(strcmp(cmd, "/pegarmoedasbrl", true) == 0){    if(IsPlayerConnected(playerid))    {        if(PlayerInfo[player...
141
I would love to tell you how it works, but this lacks indentation. If it's indented, I would explain it. i can't even understand this man..
141
Quote: Originally Posted by Hansrutger Go to server advertisem... :/ Nvm. I'll tell you another trick: 1. Open your SA-MP client. 2. Browser servers. 3. Find one. 4. Test it out. 5. Give ...
243
In my server, some vehicle modifications crash players. Maybe right near your player spawn, there might be something crashing your game. What I would suggest is to have an administrator offline jail o...
187
Thank you for this release. I will try to make my first gamemode using this. If I ever do release, I will besure to add you in the credits. Cheers.
359
Quote: Originally Posted by Konstantinos pawn Код: CMD:makeadmin(playerid, params[]){    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "You are not a Staff Memb...
156
Код: SendClientMessage(promoted, 0x00CED1, sTring); That would be line 175
156
Код: ***************************MAKEADMIN.pwn(175) : error 035: argument type mismatch (argument 1) Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. I keep getting the...
156
I can't seem to solve this error, and I can almost guarrentee I am doing something wrong, so If someone could help me fix the issue, I would be very greatful. Код: CMD:makeadmin(playerid, params...
73
Figured it out..... Remember guys! DO NOT forgot to add your plugins in your server config!
64
I am fairly new to scripting, so I heard that zcmd is pretty simple and better than strcmp, so I got zcmd and sscanf2 and I tried to make a simple money command, and it failed. Код: // Give Mon...
64