Search Results
Can anyone reccommend me a new motherboard? AM3+ socket, not bothered about much else although I don't really want ASUS because this one's giving me problems Currently Im looking at this but any advic...
18,757
Hi, I own a server at gmxservers.com, but I can't connect to their site anymore? Can someone confirm it's down please?
271
Doesn't make any difference, but thanks for the reply:> I tried the original code in a command and it worked fine, it's just when I trigger it with keys, if that makes any difference.
90
I have tried to code something so that when you walk up to a point (table with beer) and hit a button, it sets the drinking action. pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldk...
90
Hello I was wanting to create some kind of a drug system, similar to the bong in apartments on GTA Online if any of you know. There's a crack pipe which Sweet uses in a cutscene, and I think it's used...
52
It was a while ago when i made this, but try this: pawn Код: new Float:SpikeX, Float:SpikeY, Float:SpikeZ; //This has to be used in the command as well as the OnPlayerUpdate callback, so create it...
155
ohhh fail, sorry had a mental block *facepalm* Thanks for the help guys
92
The objects don't pop tyres, I once made one of these scripts. You can get the position of the spikes (GetObjectPos) and then if the player is within a certain distance of the spikes (IsPlayerInRangeO...
155
Hi all,I'm getting a tag mismatch, but i don't see why.. Код: C:\Users\Daniel\Desktop\SA-MP\gamemodes\gmode01.pwn(289) : warning 213: tag mismatch and line 289: pawn Код: SetTimer("SFGarageTi...
92
I understand but I only just started scripting, while i'm testing and fixing bugs i dont really want to be paying. And it's easier when everything is on the desktop infront of you, quicker to edit the...
212
Still not, both TCP and UDP are forwarded but it doesnt appear online, everything else that is forwarded works. I tried other samp servers too, none work.
212
bump last time, anyone please?
212
I wasn't. When the SAMP one didnt work, i closed it and pout the minecraft one on to see if it was the port, but it worked. Only my SAMP servers don't work...
212
Hi all. I dont know what i've done, but today when i tried to allow a friend to join my server, it appeared offline. My Minecraft server is working on port 7777, but the SAMP server won't work on 7777...
212
pawn Код: CMD:stats(playerid, params[]){   new str[128], Name[MAX_PLAYER_NAME], Donator[3];   if(PlayerInfo[playerid][pDonator] == 1) format(Donator, sizeof Donator, "Yes");   if(PlayerInfo[...
70
Hey all, I decided to play with Selecting textdraws this morning. I made a little gate system, press buttons on a textdraw to move the object, but theres a couple of problems. So I created the textdr...
87
Ahh, thankyou for help, and ps: i totally love your sig
84
Hi all, is there any way to detect where the player is aiming his weapon at? I want to make an AC-130 or Mortar strike type script, and i want to make it so you aim where you want to target. Is there ...
84