Search Results
I've rarely done anything streamer related and sincerely apologize if it's troublesome, but could you direct me?
155
After some time of trying different solutions, I ended up commenting out a portion of the mapping and things went back to normal. Now what bothers me is the fact that I've had other scripts with doubl...
155
Greetings, I'm developing a script and added some mapping when the server was running on 0.3.DL - all good. Recently there were votes to downgrade it to 0.3.7-R2 so I did that and now the mapping is ...
155
The spectating mode wasn't even mentioned before the spawn part. Update: Placed the SetSpawnInfo before the SpawnPlayer in the algorithm and removed the floating skin-chunk problem. Managed to go ar...
727
Due to a contract of confidentiality I can't really show the whole code, but I'll explain - I first set the spawn info when the player gets the first dialog regarding their gender, then spawn them wh...
727
I believe so, yes. P.S: Coordinates set in SetSpawnInfo are other than 0 0 0.
727
The thing is that I did it but it still kills the player.
727
Quote: Originally Posted by TheToretto Hello you should use SetSpawnInfo before SpawnPlayer Am I to put it in the same function where SpawnPlayer is located, or?
727
Greetings, Pardon me if this question's been asked and answered before. I'm trying to spawn the players after finishing the registration process, but they die and spawn in Blueberry or they don't sp...
584
Greetings, Pardon me if this question's been asked and answered before. I'm trying to spawn the players after finishing the registration process, but they die and spawn in Blueberry or they don't sp...
727
Quote: Originally Posted by CantBeJohn This was solved in private messages but for anyone who has this issue in the future, here’s the solution: Update your includes to 0.3.DL. Add “O...
410
Greetings, I'm an experienced scripter and real life programmer who is offering scripting services for RP servers. Payment is not mandatory, maybe a developer position can work as well, depending on ...
206,093
Everything's fixed - Yet now it gives the following thing: Код: [22:39:54] Script[gamemodes/EXRPR46.amx]: Run time error 19: "File or function is not found" We're just 1 step ahead of running the ...
159
The problem comes from the part where it doesn't allow me to upload "samp-server" file in the server, saying "Access Denied". We're using SimplyFrag for hosting.
159
Okay, so, I've uploaded all server files and compiled the script with the latest includes, have the latest plugins uploaded, yet the server won't start up-.. Код: ---------- Loaded log file: "ser...
159
Konstantinos, right after fixing this problem, we appeared to have some sort of a problem with the register. Код: [14:58:03] [debug] Server crashed while executing CCRP.amx [14:58:03] [debug] AMX...
230
It's something which not a lot of servers have scripted + if it's scripted good, players who wish to do it can earn good cash.
78
Ugh, I ain't really sure, but most of the farmer job systems and business systems are bugged, try getting a scripter to do them for you, it's the best thing to do.
78
Ugh, here pawn Код: CMD:admins(playerid, params[]){     new string[256], pname[MAX_PLAYER_NAME];     foreach(Player, i)     {          if(PlayerInfo[i][pAdmin] >= 1)        Â...
173