Thread: Trading?
View Single Post
  #8  
Old 02-03-2002, 09:13 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by TDK_RC6
well, lets see


if (created) {
this.playerid=-1; }
if (playertouchsme&&this.playerid==-1) {
this.playerid=playerid;
if (this.playerid==playerid) {
toweapons ....; }
}
doesnt matter.
Because the this.playerid would be local. So if 2 people touched at the same time it would give this.playerid to both of them .. hehe .its a b*tch i know

u can do w/ save[0] variables. but even those take a second or two to send to the server.
So its not as ez as it looks to make these things on free
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote