Search Results
Quote: Originally Posted by mrsamp Here's mine. Works great. pawn Код: CMD:color(playerid,params[]){                new col[2],string[128];        if(sscanf(params, "dd",co...
150
Quote: Originally Posted by YouareX Shall we try this then? pawn Код: CMD:cc(playerid, params[]){    if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER)    return SendClientMessag...
150
Quote: Originally Posted by YouareX I have no idea if this will work as I don't have SA-MP installed. Give it a go and we'll talk later. pawn Код: CMD:cc(playerid, params[]){    if(...
150
Quote: Originally Posted by Dare Devil..... pawn Код: CMD:cc(playerid, params[]){    new        colour1,        colour2    ;    if(sscanf(params, "ii", colour1, colour2))...
150
Right now, I'm busy eliminating the use of filterscripts from my current GM. I'm working on making a /cc [0-255] [0-255] command, to replace the filterscript I have for it. Here's what I've got so far...
150
Actually... I never thought of that (or heard of it) ._. I'll give it a try and see where that gets me.
84
Background So I recently started converting a dudb based save system to SQLite. That proved to be a bit difficult but I managed to pull through except for one issue... It would never create the databa...
84
Sorry about the delayed reply, I've been away from home. On Topic: So I changed the registration script around a little and it doesn't seem to be working at all. I also made a few changes to the over...
79
Thanks for the help. Converting to MySQL since there is far more support and tutorials there (ironically it isn't native to SA-MP but oh well).
79
Okay, the server is fixed, thank you all for your assistance.
236
Quote: Originally Posted by nickdodd25 Guess your best bet is use Print("Debug"); between every line on that part and see where it stops. Could have somthing to do with your file system. I...
236
Quote: Originally Posted by nickdodd25 Well i have had that problem when it hangs on connect while checking the players bantime and it had to do with Kick(playerid); bug. Comment it off on...
236
Quote: Originally Posted by Oscii Maybe, your script is having trouble connecting to the database to check the bans? You could be right, but from what I can remember, I didn't really ch...
236
I'm pretty sure that I'm bumping this but I found the lines directly associated with my problem. pawn Код: else if(udb_Exists(PlayerName(playerid)))    {        if(dUserINT(PlayerName(player...
236
I've been looking at it and I still can't figure out why nothing will work. And thanks for the tip Vince. ***EDIT*** I'll try using VBan and see how that goes. Thanks for the help everyone
236
The server console doesn't crash, it just shows that I've connected and it stays like that forever. I can't even send chat messages either. The directories are perfect down to every last capitalizatio...
236
So after a bit of narrowing things down, I've got it down to these lines... pawn Код: new banfile[64], ipstring[32], string[128];    SendClientMessage(playerid, COLOR_DEADCONNECT, "|_Ban Check S...
236
So I've recently started working on an old gamemode of mine, that I halted development on, and I came across one problem. When I start up SA-MP and connect to my server, the screen looks something lik...
236