Search Results
How can I create dialog with Character Name and IP showing up? Example below (in dialog) pawn Код: ShowPlayerDialog(playerid, 2, DIALOG_STYLE_PASSWORD, "{4985d7}My Roleplay {a7c2e6} - Login", Ple...
60
Quote: Originally Posted by Arthur Kane Show lines 11707, 16345, 16292 and 12246. pawn Код: 11707 = compscar[vehicleid] = 0;16345 = SetVehicleToRespawn(i);16292 = LoadVehicle(i);122...
128
Please help wit this error pawn Код: [06:17:30] [debug] Run time error 4: "Array index out of bounds"[06:17:30] [debug]  Attempted to read/write array element at index 255 in array of size 255[0...
128
Btw, when I use the latest plugins like streamer and irc, it always failed while I already update all the plugins, includes and even recompiled the script..
158
My streamer plugin is failed to load in server.log. Code: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team ...
158
I get this error when starting my server. Question: You have no table created. Answer: I do. Code: [00:10:05] [DEBUG] CMySQLQuery::Execute[OnLoadGates] - error will be triggered in OnQueryError [00...
246
Sorry for the late reply! Quote: want to know where i should add the maps [in GM / FS] You have to put the maps in Gamemode and you have to wait few minutes before the map were...
136
Download latest plugins/includes and recompiled with your gamemode/filterscripts. After that, makesure your plugins are new
206
It show ingame For example:- pawn Код: Without bugs - ..... Total Money: $32,235,234With Bugs - .......... Total Money: $50 (it's always show $50)
253
add this pawn Код: ExecuteNOPAction(playerid){    new string[128];    new newcar = GetPlayerVehicleID(playerid);    if(NOPTrigger[playerid] >= MAX_NOP_WARNINGS) { return 1; }    NOPTr...
300
Adamss - It's worked in compiled, but it's doesn't work in the game
253