PHP Kod:
@bBlind(const id, Float:punishPercentage) {
new blindness = 128 + floatround(128.0 * punishPercentage);
if (is_user_alive(id) && 0 < id < 33) {
message_begin(MSG_ONE,get_user_msgid("ScreenFade"), {0,0,0}, id);
write_short((1<<0));
write_short((1<<0));
write_short((1<<2));
write_byte(0);
write_byte(0);
write_byte(0);
write_byte(blindness);
message_end();
}
}
@bBlindStop(const id) {
if (is_user_alive(id) && 0 < id < 33) {
message_begin(MSG_ONE,get_user_msgid("ScreenFade"), {0,0,0}, id);
write_short(1<<12);
write_short(1<<8);
write_short((1<<1));
write_byte(0);
write_byte(0);
write_byte(0);
write_byte(255);
message_end();
}
}
Kullanımı;
@bBlind(iP_ID,1.0); // (oyuncu idsi, karartma süresi)
@bBlindStop(iP_ID); // (oyuncu idsi)
)


berkten bana bulaştı şimdide başkalarında görmek güzel