Search Results
getxyinfrontofplayer only counts if it is directly in front of the player i thought. I was looking for somthing more along the lines of in front of the player within like 40 degrees or something.
72
I'm trying to create a script that detects if a player is in front of another player. I think it would be possible using getxyinfrontofplayer but I want it to be a little more complex than that. In ot...
72
A possible solution would be to use GetXYBehindPlayer and store that location when they enter then teleport them there when they exit. Another solution is to subtract like -5 from the exit coordinate...
113
Quote: Originally Posted by Serifukas Hi everyone I Have a problem with my house pickups then i enter the house pickup he set my to interior but then I want to exit I exit the building ...
113
Quote: Originally Posted by Infamous You can change the players virtual world to something above zero. This will ensure the marker is not visable while the player is inside the building. ...
109
Is it even possible to create a replicated interior above the entrance? If so how would I go about doing that?
109
How do I make it/script it so that when a person enters a building, their marker stays at the entrance of the building instead of moving half way across the map to the inside location. For example: ...
109
I know I have to use a file system, I just dont know how I would go about doing the following things I listed. I know hot to get the player ip. I just don't know how to store multiple ones in 1 file t...
75
How would I do the following things. I have file.inc and dini but I dont know how to use them very well. Thanks in advance. 1. Creates a file that stores ip's like this ip1 ip2 ip3 ect.... 2. Then...
75
How do I make it so that only certain classes/professions can choose certain skins and block regular players from using them. I would prefer to have skins that are unavailable to the player to be hi...
47
I made this long time ago and gave it away and it was modified to create the current zombie outbreak server. It may have bugs, I haven't looked at it in forever. It was the first real script i ever ma...
421
Quote: Originally Posted by JonyAvati Quote: Originally Posted by Battleskull Quote: Originally Posted by JonyAvati I will explain quickly. I'm trying to make a com...
77
Quote: Originally Posted by JonyAvati I will explain quickly. I'm trying to make a command, and I want that his command run only if variables Engine1 OR Engine2 are on value 1. I put this...
77
forward fireworks() public OnGameModeInit() { SetTimer("fireworks",2000,1);//2 second looping timer return 1; } fireworks() { //what happens when timer goes off flare1 = CreateObject(354,X,Y,Z,0...
128
Quote: Originally Posted by lolumadd [cod5server.tk ] I want to put something in my code so when in real life, when the time reaches the next day (12:00pm) it will do a start a code / acti...
53
I made a script like this but idk if I want to give it out. Crap I don't even know if it works or not xD But here is detect if all players are dead. Код: public OnPlayerDeath(playerid, killerid, r...
51
He obviously wants a shooting start to come down and warn the gangs about drug abuse, duh :S Try typing in your language then use ****** translator or somthing.
121
I think he means allow team killing >_> We will need your on player death script.
91
Код: SetTimer("hackingdoor",1000,1); SetTimer("Timer",100,1); public Timer() { if(PlayerToPoint(3,playerid, 297.79, 1858.51, 6.77) && door3 == 0) { GameTextForPlayer(play...
36
All of the cars disapear whenever the npc's come in range of the player. They soon reappear a couple seconds later. Thisonly happens when i am running the NPC script that came with grandlarc.
44