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