A couple of questions
1st question,
I'm trying to put it as spawning any monster(from monster_babycrab to monster_nihilanth, of course I wouldn't use nihilanth because... the server will crash) in sven coop, rather than using Engine to recreate them(create_entity). Since I don't think there is a command to spawn monsters in sven coop, would I just do create_entity "monster_barney"? 2nd question, I'm trying to have 1 player heal other players within a 200 radius, and finding the players must have worked, but how would I use set_user_health? I've done it like this: PHP Code:
This one is fine, but I want it to tell the *correct* time, because it gives me a huge number like 1237469900 when it is really 6 or 7. I've written it like this: PHP Code:
4th question, I'm having a skill cooldown timer but I don't believe its working. I've written it like this: PHP Code:
|
Re: A couple of questions
3) client_print(id,print_chat,"[HKXP]Short Godmode On for %i.",tonegtime)
-> client_print(id,print_chat,"[HKXP]Short Godmode On for %0.f",tonegtime) |
| All times are GMT -4. The time now is 11:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.