
11-30-2009, 01:40 AM
|
|
o.o
|
 |
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
|
|
Quote:
Originally Posted by GULTHEX
havent learned a new concept in a long time so heres what i got
i tried this but still wont set the level
PHP Code:
function onActionServerSide() {
if (params[0] == "respawn") {
player.setlevel2("milgmap_ab-ae.nw", 9, 60);
player.setAni("dead", NULL);
clientr.hp == 100;
}
}
//#CLIENTSIDE
function onActionProjectile()
{
if (clientr.hp>=0) {
setani hurt,;
clientr.hp -= 20;
}
else
{
dead;
}
}
function Dead() {
triggerserver("gui", this.name, "respawn");
|
RC should come up with an error message. Try reading it. |
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
|
|
|
|