Search Results
He could have a very low IQ or even a very high IQ, or something in the middle. How would I know? I don't know this guy. This thread is pointless.
141
GetPlayerPos and SetPlayerPos and some basic scripting and Y_Ini knowledge is all you need. Edit: Might need GetPlayerFacingAngle and SetPlayerFacingAngle too.
188
The reality is, you'll most likely change career a lot of times during your life because you'll eventually get bored or leave for other reasons like higher salary. Just do what you want to do and in w...
178
I have to say it looks good, maybe add something more under the ******* video on the right? And I have to agree with linuxthefish regarding the host, I know I haven't got the best connection but it wa...
185
Quote: Originally Posted by [Twixx] I think ability to learn and use new spells, attend lessons to learn new stuff, enjoy great meals at Great Hall, earn points for your house to win the S...
654
What would be the main goal though? I mean normally you have a job and earn money in RP servers, how would that work in a wizard school? Will you be able to purchase any property? Of course you could ...
654
I haven't seen any gamemode like that I'm afraid. Although I've heard about it before. It shouldn't be too hard to create and I'm sure you would be able to do it if you put your mind into it.
133
I guess you're looking for OnVehicleDamageStatusUpdate?
125
Quote: Originally Posted by TheArcher If he own another PC, he could host in it and connect through the "external" IP. Then it would only go from his computer, to his ISP and then to hi...
207
Quote: A segmentation fault (often shortened to segfault), bus error or access violation is generally an attempt to access memory that the CPU cannot physically address. It occurs when the...
38
Try this: pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    switch(dialogid)    {        case DIALOG_TRUCK:        {            if(respo...
177
Quote: Originally Posted by TheArcher If you want to increase your ping using your server IN LOCALHOST is impossibile. You must open up the server anywhere else than your PC. Exactly. Y...
207
Quote: Originally Posted by fahadtariq73 I don't care about it now , My server is on. Thats enough You do know that it's a security vulnerability having all ports open?
223
You'd have to parse the file to load the info and set it to a variable. This parsing/loading depends on your GM. Now since the player isn't online you'd have to use his name instead and load the file ...
102
You have to create new variables like this: pawn Код: new Float:X, Float:Y, Float:Z, Float:angle; And then you have to assign them a value and use the variable name only without the "Float:".
158
If you don't want to calculate all the times you can always use these macros I just created: pawn Код: #define MS_HOUR(%1)              3600000*%1#define MS_MINUTE(%1)            6000...
88
And what about this one? pawn Код: DisplayDialogForPlayer(playerid, 1); //login
143
We might need to see OnPlayerLogin as well as the DisplayDialogForPlayer with ID 1.
143
Quote: Originally Posted by mapcode what you on about What I meant was, that we need some code as CAR stated above. We can't know what's wrong if we have no code to work with. We might ...
143
This is the scripting help section, not troubleshooting for fortune tellers section.
143