View Single Post
  #11  
Old 08-24-2002, 08:45 AM
BinaryCrash BinaryCrash is offline
No memory dump.
Join Date: Jul 2002
Location: Brazil
Posts: 70
BinaryCrash is on a distinguished road
Send a message via ICQ to BinaryCrash Send a message via MSN to BinaryCrash
Quote:
Originally posted by emortylone
Cant you just read something such as the id?

Im not sure since i have never worked online(im looking for a job as NAT if anyones hiring(i want to start learning NPC Server))
i never tried it, but... with (allplayers[i]) the "i" on [] is the id of the player.

just thinking, logic.

for( blah blah) {
with(allplayers[i]) {
if (strequals(#a,BinaryCrash)) {
sendtonc BinaryCrash id = #v(i);
}
}
}
//ps: never tested