23.08.2014, 13:48
[GameMode] Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2]
24.08.2014, 05:15
I found a bug, if a door's interior's interior is other than 0, /exit will get you spawn at Blueberry..
24.08.2014, 09:01
24.08.2014, 09:25
Nice.
25.08.2014, 02:21
Oh lord I tried this script on my privat server.
The script has so many glitches and bugs.
I do not recommend you guys to download this.
The script has so many glitches and bugs.
I do not recommend you guys to download this.
26.08.2014, 10:57
16.10.2014, 17:10
Fix commando exit.
Quote:
CMD:exit(playerid, params[]) { for(new i=0; i < MAX_DOORS; i++) { if(IsPlayerInRangeOfPoint(playerid, 2.0, DoorInfo[i][dInteriorX], DoorInfo[i][dInteriorY], DoorInfo[i][dInteriorZ]) && DoorInfo[i][dInteriorInt] == GetPlayerInterior(playerid) && DoorInfo[i][dInteriorVir] == GetPlayerVirtualWorld(playerid)) { SetPlayerInterior(playerid, DoorInfo[i][dExteriorInt]); SetPlayerVirtualWorld(playerid, DoorInfo[i][dExteriorVir]); SetPlayerPos(playerid, DoorInfo[i][dExteriorX], DoorInfo[i][dExteriorY], DoorInfo[i][dExteriorZ]); SetPlayerFacingAngle(playerid, DoorInfo[i][dExteriorAngle]); SetCameraBehindPlayer(playerid); break; } } return 1; } |
16.10.2014, 19:33
You should try to avoid releasing content that isn't yours. By that I mean, you included all the server files and some plugins/includes that you didn't make. I know it sounds minor, but it is technically copyright, and the mods will remove your download link.
I would recommend providing a download list for what you need. Then you don't have to worry about having your content removed.
Also watch for inefficiencies in your code, things such as
Using the #pragma function is heavily frowned upon.
I would recommend providing a download list for what you need. Then you don't have to worry about having your content removed.
Also watch for inefficiencies in your code, things such as
pawn Code:
stock AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}
14.04.2015, 12:37
Quote:
You should try to avoid releasing content that isn't yours. By that I mean, you included all the server files and some plugins/includes that you didn't make. I know it sounds minor, but it is technically copyright, and the mods will remove your download link.
I would recommend providing a download list for what you need. Then you don't have to worry about having your content removed. Also watch for inefficiencies in your code, things such as pawn Code:
|
28.05.2015, 11:17
Link down
30.05.2015, 11:55
Ideal for new scripter's I like it!
07.06.2015, 13:26
I tried this, but when I go IG it won't connect.
I noticed the mysql didn't load at all.
I noticed the mysql didn't load at all.
07.06.2015, 22:43
Very nice script, but the mute command is pretty useless for RP servers as it disables the player from doing any RP at all, but everything else looks amazing. Good job!
07.06.2015, 22:48
Can you run it, DarkLored?
07.06.2015, 23:00
Make sure you have the database.db in your scriptfiles and he is not using mysql he is using SQLite those are two different things. Download the 0.3.7 server package with the updated includes and just extract the .pwn and .amx files to your gamemode folder and it should work.
07.06.2015, 23:13
Thanks mate, I'll try that.
07.06.2015, 23:30
Alright, I managed to load it. But now, new problems. I'm new to this SQlite thing, how do I search the db? Is there a browser I can use?
17.06.2015, 07:02
17.06.2015, 08:48
Good job.
04.10.2015, 14:52
Awesome Gamemode man!Very good for newbies! +rep
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)