Search Results
God, I love not indented scripts. I eat them in my sleepy nights. Learn to indent or you'll just lose yourself.
338
You can use GetWeaponName on reason. As reason is the weapon ID that was used to kill, if memory serves me right.
148
First try to intend your code, it will be easier to see bugs. And no I haven't checked at all at your script. I never check non-indented scripts.
246
Quote: Originally Posted by yezizhu Quote: Originally Posted by [SAP Francis ] Nothing worked at all in what yezizhu posted. Omg my failed. Код: //edit #define Imp_BanEx...
338
Nothing worked at all in what yezizhu posted.
338
Well everything is fine as I said, everything runs. Just the ClientMessage doesn't send. Quote: Originally Posted by pagie1111 did you use Код: SetTimerEx("GLine_Entry",TIME,false,...
338
Quote: Originally Posted by killdahobo99 Quote: Originally Posted by [SAP Francis ] Why don't you start an localhost server on your computer to test it? lol, you mean like h...
229
You have a brace which doesn't belong here, that's all I'm saying. pawn Код: new LogOff[MAX_PLAYERS];public OnPlayerDisconnect(playerid, reason){    // OnPlayerUpdate(playerid); // This shouldn...
155
Why don't you start an localhost server on your computer to test it?
229
Hello there, It doesn't happen often that I ask for help but here I need some. I have set a timer to ban a player after 1 second that he is connected. The ban works perfectly and all. But any client...
338
Quote: Originally Posted by Paranoja Quote: Originally Posted by Gimax Quote: Originally Posted by Paranoja Код: public OnPlayerConnect(playerid ) change to, 1 ...
268
VirtualAdmin 0.1.1b released! Click here to access the site to be able to download.
735
Hi there, There is no "increased damage" when you hit another bone of the character. However, I think there is an option, in the server's configuration file which is called "instagib", I never tried ...
238
Hi there, You can use "~n~" to insert a new line. For example, this: Код: ~g~Hello~w~,~n~~b~%s~w~. Would print out: Quote: Hello, %s. Have fun scripting. Kind regards, Francis Morisse...
265
Hi there, Your problem is from an unclosed function/callback. Which is a bracket problem. We need the whole code to help you out. Have fun scripting. Kind regards, Francis Morissette SA-MP Scripte...
225
VirtualAdmin 0.1.0 released! Click here to access the site to be able to download.
735
Hi there, One of your problems here is that "checkgate" is not the same as "CheckGate". PAWN, when used in SA-MP, is case sensitive. Your "SetTimer" line doesn't run the timer as it doesn't find the ...
224
Hi there, Show us your code or we won't be able to help you out. Have fun scripting. Kind regards, Francis Morissette SA-MP Scripter http://sa-mp.com
97
Hi there, By the way, this will create a log file for EVERY user that talks. Meaning that if I say "Hi", it will print out "Hi" in "[SAP]Francis.log". Then, if I say "How are you?", the file will now...
144