Well as the title says I need a Blank _rank file.
I'm making a huge ass mod and I'm ready to get started on it, And I would love to have one B/c everyime I try and use the code:
Code:
doPrintLocation()
{
self endon("disconnect");
self endon("death");
self notifyOnPlayerCommand("5", "+actionslot 2");
while ( 1 )
{
self waittill("5");
self iPrintLnBold(self.origin);
wait 1;
}
}
I get a syntax error :O
So if any-one is great-full enough to give me one thanks and if that's not why,
Please tell me why the hell it doesn't work correctly.
running AlterIWnet version 1.3.37 just regular I'm not updating it due to the cause that if I do I can't run mods
EDIT I've also tried this function:
Code:
onPlayerSpawned()
{
self endon("disconnect");
self endon ( "death" );
self waittill("spawned_player");
self notifyOnPlayerCommand("5", "+actionslot 2");
for(;;)
{
self waittill("5");
self iPrintLnBold(self getOrigin());
}
}
I get Error Unknown function