Search Results
Quote: Originally Posted by Vince Pseudo code: Code: if distance between players > x if weapon killerid != death reason if health playerid != 0 You can check for those things. Alre...
252
well, that's the solution when you have an admin, The whole point of this is making Anti cheat which does the admin job and detects the cheater - kicks/bans him.
252
public OnPlayerDeath(playerid,killerid,reason) { SendDeathMessage(killerid,playerid,reason); Deaths[playerid] ++; Kills[killerid] ++; return 1; } That's not about the public, They just have fake kill...
252
I've noticed in my server that some players make fake kill with cheats (help thier friends gain kills) , they just kill thierselves and it execute OnPlayerDeath public with the weapon of the killer. T...
252
I'll ask it simply. I want to know if GetPVar is a function because I want to know if i should use the same "form" always OR I should store the GetPVar in any variable and use it. My question is relat...
107
I have tried to update field with a string, but it didn't succeed. The field changed to the string but had only 63 characters(of the string). SQL Field has a limit of 64 characters?How could i update ...
45
Quote: Originally Posted by Dabombber Lets say you had the following table [code=SQLite] CREATE TABLE IF NOT EXISTS `users` ( `name` TEXT NOT NULL PRIMARY KEY COLLATE NOCASE , `money` INTE...
137
בהצלחה לכם, כל הכבוד על היוזמה עמית!
564
You mean I need to do that?: 1)Rename Y to Z(Table name) 2)Read the table with SELECT 3)Make Table with the name Y 4)add all COLUMNS i need. 5)Insert, but HOW?
137
I'm using SAMP SQL for users system and i want to delete some column when the table is already exist with a command only. I'm using this: ALTER TABLE x DROP COLUMN y but it doesn't work? It's work fo...
137
I'm have a variable which is the status of the player tag - hide/show. I have 2 commands, /hide and /show. the problem is that when i do /hide to hide someone's tag , it works and no one see this play...
67
pawn Code: stock GetPlayerNameFrom(playerid,string[],len,startread){ new PlayerName[MAX_PLAYER_NAME+1]; //Incase Name has MAX lengh GetPlayerName(playerid,PlayerName,sizeof(PlayerName)); strmid(st...
800
Quote: Originally Posted by `DivX Hi Usage: Код: new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid,X,Y,Z); Player3D[playerid] = Create3DTextLabel(tmp3,COLOR_YELLOW,X,Y,Z,50.0,0,1); ...
91
I realized after 0.3a version some problems which connected with linux/windows in my GM. 1)I can't toggle the clock on the top (the new one of 0.3a) and it cann't be disabled on linux or displayed at ...
58
In those few months (still in 0.2X) i "received" some hackers to my server, and well it was kinda strange. first, I have alot of logs and things into the connection callbacks or orginial samp callback...
54
They're talking about the landing wheel which you can take off when you're flying airplane, when they repair the airplane, it gets back. as much i understand.
71
Quote: Originally Posted by 0rb Search for GetCoordsOnLine3D. Again, this isn't what i'm asking for, I want to set float:angle to player/object by checking their xy and the target xy, a...
111
change those things "pos_z" to "0" "pos_z" to "1" "pos_z" to "2" "z_angle" to "3" Код: AddStaticVehicleEx(carselect[rccounter], CarSpawns[carcoords][0], CarSpawns[carcoords][1], CarSpawns[carcoord...
95
Quote: Originally Posted by TMasters Hey.... I got myself a hoster, that seems to have a nice fine service, but i find out a huge problem: My files wont load... I use DINI file system th...
92
Quote: Originally Posted by Wazza! https://sampwiki.blast.hk/wiki/GetPlayerFacingAngle Is that what your trying to make? No, 2 things: 1)I'm trying to set float,by caculating variables...
111