Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onScriptLoad(){
- hehe <- array( 100, 1 );
- }
- function onPlayerMove( player, lastX, lastY, lastZ, newX, newY, newZ ){
- if ( InPoly( player.Pos.x, player.Pos.y, -302.09, -627.808, -308.954, -627.943, -309.025, -633.662, -302.049, -633.737 ) ) return 1;
- else NewTimer("GoBich",1000,10,player.ID);
- }
- function GoBich( pID ){
- local player = FindPlayer( pID ), d = hehe[ pID ];
- if( !player ) return;
- PrivMessage(player,"-> " + d );
- hehe[ pID ]++;
- if( d == 10 ) PrivMessage( player, "You're out bich!");
- status[ pID ].match = false;
- }
Add Comment
Please, Sign In to add comment