Quote:
screen_name
does destroy delete it from database if it is a database npc??
|
Not to my knowledge.
Quote:
Python523
thats one of the most pathetic attemps of doing a strequals for a string I've seen
strequals for a string is like this
if (playerhurt&&strequals(#s(client.armor),3)){
blah;
}
|
It only matters with strcontains() with strequals() you are comparing 2 strings to make sure they are the same, why would it matter the order?