Search Results
Quote: Originally Posted by Sunehildeep Can you debug it? Make a new file named as pawn.cfg in pawno folder and in the file type "-d3" without double quotes. And then post the logs. It ...
98
Hey guys, Normally I wouldn't ask for help and just solve my issues eventually, but I can't find anything to help with this issue. I have no idea how this started to occur and crashdetect is giving me...
98
How are you attaching the text label? Is it somewhat like this?: Код: CreateDynamic3DTextLabel("Player ID 0", -1, x, y, z, 100.0, .attachedplayer = 0); CreateDynamic3DTextLabel("Vehicle ID 0", -1,...
120
Quote: Originally Posted by mirou123 Oh now I see how that works. I saw that same code on an NGG edit when I tries to look at their payday system but I didn't understand how it worked so I...
139
Have you tried something like this and looking for it? https://sampforum.blast.hk/showthread.php?tid=360735 I know I found another one once upon a time that let you just cycle through all of them, bu...
105
Quote: Originally Posted by saffierr I need help with this command I want that if a admin types /giveweapon that he can gives a weapon to a random player. and also I want as USAGE "USAG...
96
The gamemode is (probably) using an old version of foreach, the newest version uses: Код: foreach(new i : Player) Either you can install an old foreach include that uses that method, or use the la...
138
Using sscanf is a very common thing to use along with ZCMD, and I would recommend it. If you don't already have it installed, you can download it here: https://sampforum.blast.hk/showthread.php?tid=12...
116
Quote: Originally Posted by saffierr So,? anyone knows a solution? Have you tried giving yourself a satchel charge + detonator and see if that works?
141
Quote: Originally Posted by Don_Cage I didn't want any suggestions. I wanted an awnser on my question. I know zcmd is easier but I don't want to re-make all my cmds into zcmd and sscanf ...
137
As BroZeus said, you could simply ignore it, but here is a way that should ignore the warning, by adding this inside the braces Код: #pragma unused params EDIT: Looks like Jack_Leslie beat me to i...
150
Quote: Originally Posted by Kemula The file is deleted. Error 404. Page not found :S Look at the "Edit:" Код: (for versions of the mysql plugin requiring libmysqlclient.16: wget -c ...
234
Quote: Originally Posted by danish007 look, what i want i just want that if a recieve my birthday in server then server should send me message its ur birthday and to others its X_MAN's ...
226
Quote: Originally Posted by Kemula I'm not using Windows :S I know, if you were it would be asking for a .dll not .so. But it is asking for libmysql so clearly linux wants it to, surely...
234
Quote: Originally Posted by Kaaashi C:\Users\Administrator\Desktop\King Generation Roleplay\gamemodes\PRRP.pwn(4702) : error 001: expected token: ";", but found "{" C:\Users\Administrator\...
160
If you have a 1 second time, every 60 seconds you can use a function like this to see if it is different (every second is unnecessary) or you can use 60 second timer, but here is an example: pawn КÐ...
139
Quote: Originally Posted by Kemula Yes, it says that is missing libmysqlclient_r.so.16 Thanks. Which mysql plugin are you using? You will need to copy the libmysql file into your main ...
234
Do you have mysql.so in the /plugins folder?
234
Quote: Originally Posted by Toxik i dont understand than .. can u help me too ? i need a code for remove in all my GM car dors Driver and Co Driver please paste me a code Quote: ...
106
Quote: Originally Posted by TheThirdNeo I don't know, But whirlpool is not filterscript it's plugin, Anyone can help? Make sure you have Whirlpool.dll in the plugins line as according t...
125