Search Results
Is this possible? By typing a command, a vehicle explodes?
92
Is there a system to where i can destroy a vehicle by carid and/or destroy the vehicle that person is in?
69
I'm scripting and I come across needing to know what weapon that person has in their hand at that time. I've never done it before so this is new to me. Recap. What Am I Looking For? - Something to t...
65
Ok, I've done everything im supposed to do according to this tutorial https://sampforum.blast.hk/showthread.php?tid=301264 Yet it still shows me that it cant read my file. Can someone please tell me...
69
They may have the same dialog id's. So the responses are confused.
98
Someone please tell me whats wrong with this code. Im familiar with PAWN and the codes, but im still new to some. I get the Error : error 033:array must be indexed(variable"mage") Код: new mage[...
62
I've seen many servers with a huge amount of objects Load them as you approach them. Instead of loading them all at one time under OnGameModeInit. My problem is that i dont know how to do this and I n...
48
Im creating a football stadium. 1 Half shows perfectly, but the other side is invisible until you get closer to it
84
Ive created a place, but when i Test it on my server, some of it shows while the objects further in the distance dont.. For creating objects im Using : CreateDynamicObject(modelid, Float, Float:y, Fl...
84
Ive tried the streamers way : CreateDynamicObject(19430,-321.87000000,-1368.11000000,-21.00000000,90.00000000,0.00000000,90.00000000,1000); But thats not working. Am i doing something wrong? I have i...
58
Ok now I have been editing maps creating lots of new places in LS. The problem is that when i try to add more objects, previous objects dissapear and sometimes the objects i script in dont show. Whats...
76
Ive made objects move to desired x y z Coordinates, but I have no clue on how to rotate them. Is there a code to do that? If so please link me to it. Код: MoveDynamicObject(objectname, x, y, z, m...
48
This is performed in almost every server in SAMP. Im also looking to input this into my server. Only problem is that I have no clue on how to make this code. Could someone refer me to a website that w...
67
I forget, but theres a website that helps you set your text exactly where you want it on the screen for SAMP. It gives a preview and the code of the finished product. Does anyone know what it is? - D...
128
Is there an animation close to resembling someone cutting something? I cant seem to find one
55
Im familiar with the AudioStream, but I have only used it to where it plays music like a playlist. ex. HOT 108 JAMZ Online Radio Station. Is there any way i could just play one specific song if i typ...
70
In the callback, OnGameModeInit, I have these codes. Код: RemoveBuildingForPlayer(playerid, 4057, 1479.5547, -1693.1406, 19.5781, 0.25); RemoveBuildingForPlayer(playerid, 4210, 1479.5625, -1631....
104
Ive made a grading system. Basically it makes your grade go up each time you do something correct. The problem is that it will not save. The player will log in and they wont have the same grade, it ...
45
I am attaching objects to a player via command. Now, i know what bones to attach them to, but they dont always go where i want em to on that bone. For example, I would put a watch on the lefthand bo...
39