466
AoT Clan Discussion / Re: Cosa Nostra-Italian for THe Mafia
« on: April 02, 2007, 05:22:52 PM »
-MoA- for life
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
DannyPoliceM your coding is worse then an imp trying to do while (true){}heheheh
The funny part is you can't get a new one or your money back. :PFavorite Brick:Â PSP
(For those who don't get it, that means a PSP who'se Firmware was stopped or corrupted in the proccess of Upgrading/downgrading, and basically makes your PSP useless.)
4. The oct tree gets confused sometimes and you end up with bits of geometry (and sometimes whole buildings) appearing in 2 places at the same time. Usually really far apart
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....
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
Schedule(2000, 0, "commandtoserver",'messagesent',"Lol I got awai!");
}
moveMap.bind(keyboard, "q", Panic);
function panic()
{
commandtoserver('Self Delete');
commandtoserver('respawn');
commandtoserver('messagesent',"Lol i got awai!");
}