예제 #1
0
 public static function OnPlayerConnect($playerid)
 {
     Keybinds::ResetPlayer($playerid);
     return CALLBACK_OK;
 }