Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Norrin - 23.08.2014
Quote:
Originally Posted by kenzahem
awesome background music!  what is the title of it?
|
Monsters - DotEXE.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Cannary2048 - 24.08.2014
I found a bug, if a door's interior's interior is other than 0, /exit will get you spawn at Blueberry..
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Norrin - 24.08.2014
Quote:
Originally Posted by Cannary2048
I found a bug, if a door's interior's interior is other than 0, /exit will get you spawn at Blueberry.. 
|
Can you show a video of it perhaps?
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Arroway - 24.08.2014
Nice.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
MatsFox - 25.08.2014
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.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Norrin - 26.08.2014
Quote:
Originally Posted by MatsFox
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.
|
Explain them and help me fix it instead of complaining?
Respuesta: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Ivanovic - 16.10.2014
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;
}
|
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
TakeiT - 16.10.2014
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:
stock AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}
Using the #pragma function is heavily frowned upon.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Norrin - 14.04.2015
Quote:
Originally Posted by TakeiT
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:
stock AntiDeAMX() { new a[][] = { "Unarmed (Fist)", "Brass K" }; #pragma unused a }
Using the #pragma function is heavily frowned upon.
|
I'll keep my eyes peeled. Thanks.
Re : Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
SpartaDM - 28.05.2015
Link down
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Dossantos - 30.05.2015
Ideal for new scripter's I like it!
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Strummer - 07.06.2015
I tried this, but when I go IG it won't connect.
I noticed the mysql didn't load at all.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
DarkLored - 07.06.2015
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!
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Strummer - 07.06.2015
Can you run it, DarkLored?
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
DarkLored - 07.06.2015
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.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Strummer - 07.06.2015
Thanks mate, I'll try that.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Strummer - 07.06.2015
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?
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Norrin - 17.06.2015
Quote:
Originally Posted by Strummer
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?
|
Google it. Or I think I included one with the script.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
WzCapone - 17.06.2015
Good job.
Re: Base Script (Roleplay) [ZCMD|SQLite|streamer|sscanf2] -
Axel712 - 04.10.2015
Awesome Gamemode man!Very good for newbies! +rep