Author Topic: Panic Key  (Read 10142 times)

This is for the crims that need a fast kill then respawn.  Saved me a few times.

Code: [Select]
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
}

Mmm, this could be usefull... Where do I put it?




Code: [Select]
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
commandtoserver('messagesent',"Lol i got awai!");
}

Code: [Select]
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
commandtoserver('messagesent',"Lol i got awai!");
}

then you would get spam for that code....

Code: [Select]
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
commandtoserver('messagesent',"Lol i got awai!");
}

then you would get spam for that code....
Code: [Select]
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
Schedule(2000, 0, "commandtoserver",'messagesent',"Lol I got awai!");
}

Code: [Select]
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
commandtoserver('messagesent',"Lol i got awai!");
}

then you would get spam for that code....
Code: [Select]
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
Schedule(2000, 0, "commandtoserver",'messagesent',"Lol I got awai!");
}

Code: [Select]
moveMap.bind(keyboard, "q", Panic);
function panic(%val)
{
if(%val)
{
commandtoserver('Self Delete');
commandtoserver('respawn');
commandtoserver('messagesent',"Lol i got awai!");
}
}

Code: [Select]
function die()
{
initclient();
}

Hooray! A good old script-off.

Code: [Select]
function myepenur()
{
     isbiggerthanurs();
}

kay
Code: [Select]
function kay()
{
x10();
}

Jetz

  • Guest
then you would get spam for that code....
Why would it matter if you're useing it to escape the law anyway?

Code: [Select]
function omgstoerblewupmyfiber()
{
plzhalp();
}

then you would get spam for that code....
Why would it matter if you're useing it to escape the law anyway?

Not really...you're supposed to be able to run from the cops, it's a game. Besides, all this "script" really is is a key binding.