- เครดิต
- 116
- ความรู้
-
- เงิน $
-
- ความดี
-
|
# if(killerid != INVALID_PLAYER_ID)
# {
# if(PlayerInfo[playerid][pLevel] < 2)
# {
# new killer[MAX_PLAYER_NAME];
# GetPlayerName(killerid, killer, sizeof(killer));
# new year, month,day;
# getdate(year, month, day);
# new hour,minutes,secondss;
# gettime(hour,minutes,secondss);
# format(string, sizeof(string), "Newbue: %s ได้ฆ่าเด็กใหม่ที่ชื่อ %s และได้ตายตามไป", killer,name);
# SendClientMessageToAll(0xFF0000FF, string);
# SetPlayerHealth(killerid,0.0);
# }
# } |
|