MetaLife
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Statistics
Latest topics
» List of weapons approved (after test)
Wettkampfsystem EmptyWed Feb 22, 2012 12:43 pm by 7Sins Admin

» MetaLife FAQ
Wettkampfsystem EmptyWed Feb 22, 2012 11:58 am by 7Sins Admin

» MetaLife License
Wettkampfsystem EmptyWed Feb 22, 2012 11:09 am by 7Sins Admin

» MetaLife Feature List, version 1.21
Wettkampfsystem EmptyFri Feb 17, 2012 11:19 am by 7Sins Admin

» NEU MetaLIfe 2 Bedienungsanleitung (deutsch)
Wettkampfsystem EmptyFri Feb 17, 2012 10:56 am by 7Sins Admin

» NOUVEAU MetaLife2 manuel d'instruction (français)
Wettkampfsystem EmptyFri Feb 17, 2012 10:53 am by 7Sins Admin

» NEW MetaLIfe 2 Manual (English)
Wettkampfsystem EmptyFri Feb 17, 2012 10:47 am by 7Sins Admin

» NUOVO MetaLIfe 2 - manuale di istruzioni (italiano)
Wettkampfsystem EmptyFri Feb 17, 2012 10:46 am by 7Sins Admin

» NUOVO - manuale di istruzioni (italiano)
Wettkampfsystem EmptyFri Feb 17, 2012 10:43 am by 7Sins Admin


Wettkampfsystem

Go down

Wettkampfsystem Empty Wettkampfsystem

Post  Archon Short Thu Nov 12, 2009 2:19 pm

Ein integriertes Wettkampfsystem,
Im Arenamode werden Punkte für einen Gewinn verteilt und an ein Wettkampfboard gesendet.

Alles in allem nicht so schwer zu realisieren.
Es müsste auf einem Kanal ein Wert, der die Richtigkeit bestätigt und der Avatar-Name gesendet werden.

Als überprüfung auf richtigkeit würde ich das hier vorschlagen:
Code:

touch_start(integer total_number)
{

integer checksum = (( (((llGetUnixTime() & 111111111) >> 9) - 2222)^ (333333333))<<13);

if ((checksum>>13) != ( ((((llGetUnixTime() & 111111111) >> 9) - 2222)^ (333333333))<<13)>>13)
llSay(0,"fake");
else llSay(0,"secure");

}
111111111 - muss geändert werden
2222 - muss geändert werden
333333333 - muss geändert werden

dann checksum und Avanamen übertragen und beim Empfänger prüfen...
Archon Short
Archon Short

Posts : 10
Join date : 2009-09-30
Age : 46
Location : germany

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum