Search Results
Quote: Originally Posted by Konstantinos Are you actually sure you've loaded the correct filterscript with that code in OnPlayerClickPlayer? Mistakes happen. Yeah, like I said, I've put...
224
Nope tried that, still not working. What gives? does it work for you?
224
Copy and paste caused an error which I fixed but still didn't solve my problem, I even tried this... Код: { SendClientMessage(playerid, COLOR_PURERED, "Testing"); return 1; } And even that doesn...
224
Hey guys, I have a problem with public OnPlayerClickPlayer(playerid, clickedplayerid, source). I'm making a Admin script where one of the Admins click on a player's name in the "TAB" score screen, whi...
224
Worked like a charm thanx. Don't know why I didn't think of this myself lol.
104
Hey guys, let me provide a bit more information. I have a command that I want to give a given playerid money, but not by using the GivePlayerMoney(playerid, amount) code. I need the command to add mo...
104
Hey guys, recently continued on my scripting and am working on a admin script. ATM I'm using enums for player data but don't know how to go about giving a player money. Now I have to remove money from...
104
BUMP I'm using the Whirlpool plugin and the gLibrary Include, could it be related to them? I also noticed that when I roll back to the old YSI the problem is fixed. Y_ini saves normally during the g...
75
Quote: Originally Posted by Denying Explain what does it load? Then I'll know what to do. And where to put that last part where you said "put it under the login dialog" By the way, than...
206
Quote: Originally Posted by Denying error 017: undefined symbol "Load_Info" And I did not get where to put it, under the login dialog, would you explain? Sorry about that man, took it ...
206
I noticed that the ClassSelection screen has to show before it will spawn you. Try putting something like this is your script... At the top of your script Код: new bool:Login = false; Then create...
206
Please guys, this is putting my GameMode on hold, I really need to figure out what is going wrong. Here is the OnPlayerDisconnect code... Код: public OnPlayerDisconnect(playerid, reason) { if(fe...
75
Hey Guys. I'm not sure what is going on. For a while, I've been working on a GameMode, got it to work 100%. The I found that there was a new SAMP (samp03x_svr_R1-2_win32 and sa-mp-0.3x-R1-2-install) a...
75
Thanx for the reply although that does not solve the problem, see the problem is this... Код: case(DIALOG_LOGIN): { if(!response) { Kick(playerid); } else if(response) { new hashpass[129]...
115
Hey guys, I'm having a problem with a custom function (SkipRequestClass(playerid)) I created to spawn a player, the function itself works 100% but its with the Dialogs that I'm having the actual probl...
115
Quote: Originally Posted by Ken97 pawn Код: format(pCarName, sizeof(pCarName),"%s'%s", PlayerInfo[playerid][UserName], PlayerInfo[playerid][CarID]); // This will output the car id not ...
104
Quote: Originally Posted by Ken97 When a vehicle is bought, Save it to a .ini file which also stores the following two variables Players Name (The one who bought it) Car Name (The cars na...
104
Wont what Da_Noob said only save the car's ID to the player's file? and make the car's id carid?
104
Hey guys, today I'm puzzled with something I don't even know is possible. I'm have a W.I.P dealership system that stores a player's car to his .ini file, and when he logs in it spawns the car. Now the...
104
Ok so how do I fix it? When I save the files the car names are saved to the file but does not print to the server window, could it be my enum causing the problem? Oh and that strcat(blah blah) does no...
116