Search Results
I guess it's time to change from dini then. I knew the move was going to come someday, I was just trying to avoid it. Thanks for the quick replies, guys.
126
Quote: Originally Posted by Grim_ This is your computer screaming at you saying, "STOP USING DINI!!!! IT'S OUTDATED AND INEFFICIENT!!!!". I HIGHLY suggest you and everyone else on these f...
126
Well, it isn't on any specific command or event, so i'm not sure which code you're asking for. It was working flawlessly in 0.3b, but this error is happening in my 0.3c Test Server. I should probabl...
126
Not sure how to answer this. Might want to visit these two sections of the forums for more information on your two questions. Server Support: http://forum.sa-mp.com/forumdisplay.php?f=19 Server Adv...
81
Hello, thanks for looking at my topic. I have an error with my file system - Dini. The problem is when I try to write to a file. It makes a ini.part file and crashes the server. I did a healthy amou...
126
Are you wanting it to calculate the money before or after the bonuses?
70
You're welcome, enjoy. If anything goes wrong, PM me.
60
Код: COMMAND:viptag(playerid, params[]) { if(Pinfo[playerid][Vip_Level]) { if(viptag[playerid] == 1) { new pname[24]; new string[100]; GetPlayerName(playerid,p...
60
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon or if you're looking for the pickup https://sampwiki.blast.hk/wiki/Pickups
115
Do you have a gamemode or filterscript for the cars, or are you trying to make a streamer of some sort?
299
Quote: Originally Posted by [UG]Scripter Or if you actually have any part of your brain you could script your own unless your a comeplete dumbass...... Http://wiki.sa-mp.com Some peopl...
144
http://forum.sa-mp.com/forumdisplay.php?f=71 This is a forum section full of gamemodes people have released. Good luck on finding what you want!
144
When I do that, it gives me a bucket load of errors. :P Код: C:\Users\Josh\Desktop\CGRP 0.3b\gamemodes\cgroleplay.pwn(1002) : error 035: argument type mismatch (argument 1) C:\Users\Josh\Desktop...
151
So, I got to the part where you can actually sell the weapon. I made it do something like Код: if(weaponName == "bat") to check if the player wanted to sell a bat, but it gave me array problems,...
151
Can you edit this so we can see which lines are which?
214
Quote: Originally Posted by XoSarahMoX Make a /deleteveh command and make it a admin only command . Actually, that's what I temporarily have in place now, but it only deletes the one th...
299
I currently have what I might mistakingly be calling an array of cars to control my random car spawns. I'm not sure if I can utilize that for this purpose as well? Here is the code. Код: new Rand...
299
That was worth a shot but it didn't work. It successfully destroyed the last one of the 3 I made to test it on, but the other two respawned. =| Thanks for the try though. =)
299
The only thing with that, is it only deletes the last vehicle created. Is it possible to destroy all of the admin vehicles, or am I missing something? :P
299