Search Results
Did some forum accounts get deleted? I tried logging onto my active forum account but couldn't get in. Figured I'd forgot the password but there's no sign of it in the member list, nor any of the old ...
844
Ok well I was going to help since I had this issue with NGRP script and fixed it, but now you can forget it.
1,257
Solved. There was some kind of incompatibility between a Pawno Include file, so I find the original ones I was using and it all works fine now.
716
I've never ever seen this error before in SAMP. Just recently it's been coming up when I replaced some Includes. Code: [03:21:29] [debug] Run time error 6: "Invalid instruction" [03:21:29] [debug] ...
716
Find Entrance_Nearest procedure. Under that procedure add: Code: Exit_Nearest(playerid) { for (new i = 0; i != MAX_ENTRANCES; i ++) if (EntranceData[i][entranceExists] && IsPlayerInRange...
47,145
Quote: Originally Posted by cuber I'm not sure but, doesn't SC:RP have a backdoor system? No. I'm going to have to try and edit the script somehow. The way entrances work in this script...
47,145
I have a question. Why can't you have 2 entrances for the same interior? If you enter through 1 entrance, you can't exit from the other. Little bit annoying. Is there a way around this?
47,145
It does lol. Just a confusing error that I haven't been able to wrap my head around. It saves the weapons but just not when you have it in your hand.
111
Seriously... Stop mass PMing everybody asking for people to script your entire server for you. I don't give a crap if, inside your little head it's going to be the best and biggest server ever made. N...
230
If a player logs off whilst holding a weapon, next time they log in that weapon is removed from their inventory. I've tried to search for this bug but couldn't find it, before somebody assumes I'm re...
111
Tested. You get kicked if you hold sprint key and press G (Enter as passenger).
643
So what is the purpose of them? If all the insides of buildings are bits of map floating around in the sky, and you just use coordinates to get there, what is the purpose of setting an interior for th...
192
Any translation to English for the comments in the script?
334
Doesn't help much that the entire script is in a different language but if it works, it works
502
I know that if you want to use the same space twice, for 2 different things, you can set the VW too a different number. If you want to load objects specific to that VW you need to use the VW CreateObj...
192
Код: CMD:aduty(playerid, params[]) // Go on/off admin duty { if(PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid, -1, "This is an admin only command!"); new string[128]; i...
163