Search Results
Check the GM folder, it may not be there.
127
If you want to use ZCMD then do NOT place the commands inside the OnPlayerCommandText callback, just place it outside any callback, I suggest at the end of the script.
101
Basically, it means that if you lived off of nothing else apart from a McDonalds you'd be dead within a month.
293
A roleplay script could take a lot of effort to set up, try searching around the forums. If the roleplay topic has a tutorial with it, follow it!
196
I recommend you to look at the default grandlarc script, this is located in your server folder inside gamemodes, observing it will give you a better understanding of how it works.Then it would make it...
196
A name isn't really important, it's the community that counts.
245
Before looking at using a script you should first see about learning the language in which it was used with, which is PAWN. This should be of some help: https://sampwiki.blast.hk/wiki/PAWN_for_Beggine...
196
The server.cfg file is separate, this is for changing the Hostname, port, URL etc. The GM file is the file that contains the scripts, it's all separate.
196
Quote: Originally Posted by Oblocc Why would you like yourself Are you like a self-admirer or something You're clearly blind as to what is really going on here, they're toying with yo...
394
Sorry for being such a noob, but I have these errors as well: pawn Код: C:\Users\Graham\Desktop\GTA - San Andreas\samp03e_svr_win32\pawno\include\dutils.inc(22) : error 017: undefined symbol "MAX...
124
That's all there was. No function related to strreplace, see for yourself: pawn Код: /*================================================================================----------------------------...
124
These are the only things with strreplace: pawn Код: stock udb_encode(nickname[]) {  new tmp[MAX_STRING];  set(tmp,nickname);  tmp=strreplace("_","_00",tmp);  tmp=strreplace(";","_01",tmp); ...
124
If it's on R7 the Mysql_query function was changed to mysql_function_query, search it up.
88
Well do you have any solutions on fixing this? I've tried replacing it countless times and then compiling it etc but nothing seems to work.
124
Make sure ALL server files have been replaced with the 0.3e server files, I had YSI problems like this countless times, but after I updated them ALL I no longer received errors.
94
Every time I attempt to compile the LuxAdmin script, theses errors appear. I've tried replacing the includes that come with it and also tried a fresh new copy of LuxAdmin but with no success. If anyon...
124
How can I change the privileges of what level of administration is required to view the player's PM's. If someone knows how this can be done then please do help me, this is a LuxAdmin system, everythi...
66
Place it outside any callback.
107
If you know how to create the TextDraw then just add the script to the command, instead of OnGameModeInit.
135