Search Results
Thanks, it was a newbie mistake +rep'd even though it doesn't count
103
Hello all, Whenever I try to make a command using sscanf, my script doesn't load. When I start the server it comes up with: Код: SA-MP Dedicated Server ---------------------- v0.3d-R2, (C)200...
103
I'm not sure if this is really important or not, but I assume it is since no information is saved upon a user registering: Where do we create/place "ServerDatabase.db"? Sorry, i'm fairly new to PAWN...
3,389
You don't have zcmd in your include folder, get it and put it in the includes folder. (Server Folder>pawno>include) And learn to use [ p a w n]
108
Just go to some websites that offer PAWNO services, but make sure they're legit. For example: http://www.weponzinc.com/sales/ Be sure to talk to whomever is doing it for you on MSN or any im and be sm...
291
https://sampforum.blast.hk/showthread.php?tid=164500 Use search next time
112
Quote: Originally Posted by ComptonRP how can i do this? https://sampforum.blast.hk/showthread.php?tid=102865 Download that, put it into your server folder. Don't forget to add the nec...
110
Post the code around those lines, other lines can give another line an error
55
Explain the problem, and by the way, the server isn't even on, how are we supposed to help you?
44
I never knew you could drive by with an ak47, but I don't have any idea how you will be able to enable it
104
Quote: Originally Posted by sk1ll3r What do u mean includes? Well, do you see anything in the top portion of your script that says something like #include <include name>? If so, l...
177
Quote: Originally Posted by niels44 eehm.... where to place all this? XD Simple, for the first solution which was posted by LzLo, put the forward in the top portion of your script. And ...
155
Nice, but change your font thingy to sharp or anything besides none so it doesn't look choppy Ex:
145
Very Nice, makes use of OnPlayerClickPlayer, and finally a different kind of admin system
1,187
Quote: Originally Posted by [NoV]LaZ Have you double checked what you have done? Look at GetPlayerName. The player's name length is 24 characters and not 128. Ah, my mistake, I see it. ...
287
INTRO Hello all, I have put together this simple tutorial on "Basic Scripting" for PAWN. NOTE: PAWN codes are explained at the top of the code, not at the bottom! Don't get it confused! First off, w...
287
Quote: Originally Posted by HyperZ pawn Code: CMD:rules(playerid, params[]){        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Server Rules",        "1. No insulting or dis...
107
I may not contribute much help to this, but bascially you can take a simple /pay command and have the other player /take loan. I found this /pay command from another topic. Credits goes to SmiT. paw...
62
Okay, so I wanted to make a dialog for my rules, using /rules. So I used zcmd and made: pawn Code: CMD:rules(playerid, params[]){        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Server R...
107