Search Results
Here. Код: forward LoadDVPD_data(name[], value[]); public LoadDVPD_data(name[], value[]) { INI_Int("Pare", DVPDInfo[pdPare]); INI_Int("Trava", DVPDInfo[pdTrava]); INI_Int("Hors", DVPDInfo[pdHor...
67
I have been working od LS PD system, so I made dynamical spawn, /enter & /exit. It saves, but it doesn't want to load vars. Код: enum pdInfo { pdPare, pdTrava, pdHors, pdKoks, pdMats, ...
67
I have problem with params.. My commands are not working and I get these errors in server_log. Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server --------------...
67
It' doesn't print.. Код: INI:server[SERVER](name[], value[]) { printf("%s = %s", name, value); printf("===="); }
121
Код: stock SaveServerInfo() { new INI:File = INI_Open("podatci/server.ini"); INI_SetTag(File, "SERVER"); INI_WriteString(File, "Ime", ServerVar[sIme]); INI_WriteString(File, "Mod", Serv...
121
Created new pwn file, and it works. Thanks.
119
I havent' been using computer for 2 days, it worked perfectly now I wanted to do something, and this appeared. Код: C:\Documents and Settings\Neno\Desktop\DV\gamemodes\gm.pwn(0) : fatal error 101...
119
How can I solve this? http://prntscr.com/110exj
119
Thanks, it's on english, I translated it.
338
Hello. It passed long time ago since my last release. So I decided to make an dynamic radar system. You can see everything on video, only difference is that with this FS player's money is taken immedi...
338
I have problems with SCMs.. When I kick/ban myself, or the player that was kicked, I/he doesn't receive any msg. He should se the SCMToAll because I putted it, but it only says "Server closed connecti...
110
Yes, I have newest version, and I recompiled script. I only got this warning. Quote: C:\Documents and Settings\Neno\Desktop\Classic Life RolePlay\pawno\include\sscanf2.inc(69) : warning 23...
88
Код: [22:55:46] sscanf error: System not initialised. [22:55:49] sscanf error: System not initialised. Код: CMD:napatm(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 1337) return ...
88
It worked before, writted like I posted, but yesterday it started causing problems.. And tmppass was done with strmid, that is OK. Some scripters told me that I have a wrong compiler? lol
71
Код: #define FUNCTION:%0(%1) \ forward%0(%1); \ public%0(%1) Код: FUNCTION: OnPlayerLogin(playerid,password[]) I got this error. Код: error 025: function heading differs from prototy...
71
BUMP! Come on, somebody?
124