Search Results
I don't think this is a scripting issue. The command he is using is /adance1, so I suggest you search the forums for something like "adance1".
Edit: Also, this is a duplicate topic. (https://sampforu...
104
I suggest you take this to the mSelection thread then, as it doesn't appear to be a scripting issue.
212
The fragment of code you have given is nowhere near substantial enough for anyone to debug your problem. You need to give more code/context.
212
The X, Y and Z coordinates are your position in 3D space. The rotation is the direction in which your player is looking.
If you are trying to move a player to a previously saved location you will nee...
178
The built in /save command stores the players location in a file called savedpositions.txt. If you were in a vehicle when you types /save it gives a line like this:
AddStaticVehicle(451,-19789.6191,9...
178
Quote:
Originally Posted by [Ha
Lommo ]
Sometimes they dont work for a couple of minutes, it says invalite teleport but 2mins later the teles working again
Quote:
Originally P...
1,651
I'm not sure what your problem is. You need to save the colour in an array or variable and then when he moves again restore it.
296
We can't fix your script if you don't post it.
154
https://sampwiki.blast.hk/wiki/Category:Added_in_0.3
422
You made a callback fail:
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
Presumably you had other errors about the prototype ect ect...
329
I can't help but notice this tutorial basically teaches you how to make a streamer :P
2,194
SetTimerEx("JailTimerPassing",60000,1,"-",playa);
Not sure what made you put "-", but if "playa" is the playerid (integer) you need "i".
345
It wont give an opposite effect, that is done by changing -angle to angle. By changing which axis you alter, I am reasonably confident it would give the desired effect. I've tested it on 90 degree ang...
275
I haven't looked into this much, but try swapping the X/Y formulae and seeing what the result is. Might be left/right.
EDIT: after some head scratching and mid-air hand gestures I think swapping them...
275
Which is line 178?
358
Maybe post some script, preferably the lines where you declare the array, and the lines the errors are on (34 - 3
260
Saying you don't want it as DCMD is a bit like saying I don't want it to be any good.
The command handler is irrelevant here, it's SSCANF you need, and it goes perfectly with DCMD, so being ignorant ...
322
You could borrow the command from debugger, and add your own gametext.
455
You just need a command with SetWeather and GameTextForAll.
I was beaten too it but I provided links =p
455