Search Results
Are you editing the gta_sa memory through a plugin ? how ?
49,910
Nice include, can you give me the animation when the player dies ? please
318
When onplayertakedamage event is called, the bodypart parameter is always 1, even when I shoot at diffrent places, I've debugged it like this; pawn Код: public OnPlayerTakeDamage(playerid, issuer...
60
When onplayertakedamage event is called, the bodypart parameter is always 1, even when I shoot at diffrent places, I've debugged it like this; pawn Код: public OnPlayerTakeDamage(playerid, issuer...
127
Quote: Originally Posted by [uL]Pottus Well it's certainly more kind hearted than the shit script. https://sampforum.blast.hk/showthread.php?tid=417899 http://www.youtube.com/watch?v=6bs3...
298
Let's say I have this string: "hello:thereamp" How do I split those words by delimiter ':' to array I want this to be the result: arr[0] = "hello"; arr[1] = "there"; arr[2] = "samp";
33
Where the name is saved at ? I've tried samp.cfg but its not there ..
95
Fixed, how simple: Код: ProcessStartInfo startInfo = new ProcessStartInfo("C://Program Files/Rockstar Games/GTA San Andreas/samp.exe"); startInfo.Arguments = "127.0.0.1:5665"; ...
189
Quote: Originally Posted by ReVo_ Код: startInfo.Arguments = "-h 127.0.0.1 -p 5665"; Remove -c if you dont use it. Try this sorry for double but its not working
189
Quote: Originally Posted by MP2 -n is name not port. Not sure if -c is required? i tried the example and it didnt worked :7777
189
Im trying to launch samp from client that I've build but im facing a problem, Its connecting to the ip that im typing, but port is always 7777, code: Код: ProcessStartInfo startInfo = new Process...
189
Quote: Originally Posted by Aerotactics I think I found it. If not, then I have no idea. I looked through everything to find the closest one. I will take another look... EDIT: here's the ...
75
what is this object on the front of the bullets ? http://imageshack.us/a/img40/6733/krij.jpg
75
how about speed test and comare to zcmd/y_commands ?
3,933
pawn Код: #include <a_samp>stock PlayerDynamicPos(playerid,Float:x,Float:y,Float:z){    TogglePlayerControllable(playerid, 0);    SetPlayerPos(playerid,Float:x,Float:y,Float:z);    Set...
366
So I did something like this: on the top of the mod: pawn Код: enum pInfo{    pUserName[24],    //etc ...};new pData[MAX_PLAYERS][pInfo]; OnPlayerConnect: pawn Код: GetPlayerName(playerid,...
71
Now its not auto-completing for me ... how to fix it please ?
569