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...
56
I suggest you take this to the mSelection thread then, as it doesn't appear to be a scripting issue.
96
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.
96
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...
98
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...
98
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...
918
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.
167
We can't fix your script if you don't post it.
98
https://sampwiki.blast.hk/wiki/Category:Added_in_0.3
228
You made a callback fail: https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange Presumably you had other errors about the prototype ect ect...
193
I can't help but notice this tutorial basically teaches you how to make a streamer :P
1,439
SetTimerEx("JailTimerPassing",60000,1,"-",playa); Not sure what made you put "-", but if "playa" is the playerid (integer) you need "i".
239
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...
142
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...
142
Maybe post some script, preferably the lines where you declare the array, and the lines the errors are on (34 - 3
151
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 ...
175
You could borrow the command from debugger, and add your own gametext.
215
You just need a command with SetWeather and GameTextForAll. I was beaten too it but I provided links =p
215