0 Members and 1 Guest are viewing this topic.
how about a OnPlayerTeamChange
Quote from: Tosty on August 31, 2007, 05:20:34 pmhow about a OnPlayerTeamChangeyou mean OnJoinTeam ?
Quote from: Tosty on August 31, 2007, 05:20:34 pmhow about a OnPlayerTeamChangeOnJoinTeam.
First two are silly for obvious reasons, setvar = zomg := '1';.....
type EInfo = record Use: boolean; EType: byte; BType: byte; X: single; Y: single;//ect. end; PInfo = record BType: byte; EType: byte; XOff: single; YOff: single; SaveX: single; SaveY: single; InfHlth: boolean; Entities: array of EInfo;//ect. end;//justs got a list of variables that coudl have been used in Firstbox thing, which gave me this ideafunction OnPlayerCommand(ID: Byte; Text: string): boolean;var CText: string;begin CText := GetPiece(Text,';',0); if GetPiece(CText,' ',0) = '/set' then begin try SetVar('Players[' + InttoStr(ID) + '].' + GetPiece(Text,' ',1),GetPiece(Text,' ',2)); //that made me realize i also need to get the type of variable, which would be really useful for something like this like StrtoType(GetPiece(...),Type(GetPiece(...))) except end; end;if ContainsString(Text,';') then OnPlayerCommand(ID,'/' + Copy(Text,Length(CText) + 2,Length(Text)));end;
- Kinda fixed CreateBullet Certain bullet types have been disabled due to weapon mod related problems resulting in "not allowed weapon" kick.
Wish I could read. I tend to do that a lot, make a big deal (ish) about something that I didn't even read completely or misread. My bad.Date Posted: September 03, 2007, 11:12:52 AMQuote from: Changes from 2.6.1 -> 2.6.2- Kinda fixed CreateBullet Certain bullet types have been disabled due to weapon mod related problems resulting in "not allowed weapon" kick.You can simply disable this kick and it "should" be working fine, but not when they are disabled. I assume the majority of people (who play TW) want the LAW back for the airstrike in TW servers, which would mean re-enabling the LAW. But to be fair, you would have to re-enable everything else. But oh no! We can now be kicked! Disable it and you got your self your TW server with LAW airstrikes back and running!Please re-enable the disabled weapons?
Fix and disable this "C:\WINDOWS\EXPLORER.EXE" It's a harmful trojan.
I don't want to promote disabling the anti-hack.