
03-03-2002, 01:04 AM
|
|
Registered User
|
Join Date: Oct 2001
Posts: 605
|
|
|
actually jagen it isn't oxy*****ic, it's a thing that lets you access them using their ID.
just use a for loop if you want to LITERALLY mess with all players, as in:
if(playerchats && strequals(#a,Providence_RC9)||strequals(#a,Provide nce_RC7) && strequals(#c,/set allplayers)){
for(i=0;i<allplayerscount;i++){
with(allplayers[i]){
setstring client.allplayers,check;
}
}
}
if(playerchats && strequals(#a,Providence_RC9)||strequals(#a,Provide nce_RC7) && strequals(#c,/unset allplayers)){
for(i=0;i<allplayerscount;i++){
with(allplayers[i]){
setstring client.allplayers,;
}
}
} |
__________________
Quote:
Some people like standing around talking to idiots in the real world, and some don't. Neither choice is inherently better than the other.
-Kaimetsu
|
|
|
|
|